--- lang: ja-jp breaks: true --- # ![](https://i.imgur.com/e1U6QLs.png) ![](https://i.imgur.com/cHpnljz.png) ```xml= <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net481</TargetFramework> <ImplicitUsings>disable</ImplicitUsings> <Nullable>enable</Nullable> <LangVersion>latest</LangVersion> </PropertyGroup> </Project> ``` ## ただし、リリースノートへの追記は今のところ発見できず [dotnet/releases at master · microsoft/dotnet (github.com)](https://github.com/microsoft/dotnet/tree/master/releases) ![](https://i.imgur.com/NrE4NQl.png) :::info Visual Studio 2022 の Previewバージョンからのみインストールできるようだ。 ::: > Announcing Windows 11 Insider Preview Build 22504 > https://blogs.windows.com/windows-insider/2021/11/17/announcing-windows-11-insider-preview-build-22504/ > > * Introducing .NET Framework 4.8.1 our latest .NET Framework that will bring native ARM64 support for the .NET Framework runtime. ## リリースノート(※2023-07-27 追記) > dotnet/releases/net481/dotnet481-changes.md > https://github.com/microsoft/dotnet/blob/main/releases/net481/dotnet481-changes.md