Skip to content

Commit 36c718e

Browse files
author
Jesse Gennrich
committed
Upgrade from .NET 8 to .NET 10
.NET 8 reaches end of support in November 2026. .NET 10 is the current LTS release. Changes: - global.json: SDK 8.0.413 -> 10.0.300 - Directory.Build.props: TargetFramework net8.0 -> net10.0
1 parent 04993b2 commit 36c718e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.413"
3+
"version": "10.0.300"
44
},
55
"scripts": {
66
// project scripts

0 commit comments

Comments
 (0)