diff --git a/Directory.Build.props b/Directory.Build.props index 2585033..ddcb562 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,8 +7,8 @@ - net9.0 - 13.0 + net10.0 + 14.0 strict enable enable diff --git a/Directory.Packages.props b/Directory.Packages.props index e3731e1..dcd142e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,6 +4,6 @@ --> - + \ No newline at end of file diff --git a/README.md b/README.md index 9e49916..1420151 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In this scenario Visual Studio will show a yellow triangle and the project refer ## Features -* .NET 9.0 App. +* .NET 10.0 App. ## Build Instructions diff --git a/global.json b/global.json index cd11d5b..f7d8357 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.200", + "version": "10.0.101", "rollForward": "latestFeature", "allowPrerelease": false }