Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.5 KB

dotnet8.md

File metadata and controls

45 lines (29 loc) · 2.5 KB

First Edition's support for .NET 8

Microsoft will release previews of .NET 8 monthly starting in February 2023 until the final General Availability (GA) version on Tuesday, November 14, 2023.

Download .NET 8.0 SDK

.NET 8 Preview announcements

Visual Studio 2022 support

To use .NET 8 previews with Visual Studio 2022, you must install version 17.8 Preview 1 or later.

Download Visual Studio Preview

All Chapters

After downloading and installing .NET 8.0 SDK, follow the step-by-step instructions in the book and they should work as expected since the project file will automatically reference .NET 8.0 as the target framework.

To upgrade a project in the GitHub repository from .NET 7.0 to .NET 8.0 just requires a target framework change in your project file.

Change this:

<TargetFramework>net7.0</TargetFramework>

To this:

<TargetFramework>net8.0</TargetFramework>

For projects that reference additional NuGet packages, use the latest NuGet package version, as shown in the rest of this page, instead of the version given in the book. You can search for the correct NuGet package version numbers yourself at the following link: https://www.nuget.org