diff --git a/.vscode/launch.json b/.vscode/launch.json index 617e9d71..91edefa2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/src/TodoApp/bin/Debug/net9.0/TodoApp.dll", + "program": "${workspaceFolder}/src/TodoApp/bin/Debug/net10.0/TodoApp.dll", "args": [], "cwd": "${workspaceFolder}/src/TodoApp", "stopAtEntry": false, diff --git a/.vsconfig b/.vsconfig index 694c29fc..f02c6319 100644 --- a/.vsconfig +++ b/.vsconfig @@ -3,7 +3,7 @@ "components": [ "Microsoft.VisualStudio.Component.CoreEditor", "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.NetCore.Component.Runtime.9.0", + "Microsoft.NetCore.Component.Runtime.10.0", "Microsoft.NetCore.Component.SDK", "Microsoft.VisualStudio.Component.Roslyn.Compiler", "Microsoft.VisualStudio.Component.Roslyn.LanguageServices", diff --git a/NuGet.config b/NuGet.config index 38ac8e75..f326f0cd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,13 @@ + + + + diff --git a/global.json b/global.json index 80d1a992..b1ee16d5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.203", + "version": "10.0.100-preview.3.25201.16", "allowPrerelease": false, "rollForward": "latestMajor", "paths": [ ".dotnet", "$host$" ], diff --git a/src/TodoApp/TodoApp.csproj b/src/TodoApp/TodoApp.csproj index b737807d..c23e97e4 100644 --- a/src/TodoApp/TodoApp.csproj +++ b/src/TodoApp/TodoApp.csproj @@ -4,15 +4,15 @@ false $(NoWarn);CA1050 TodoApp - net9.0 + net10.0 true latest TodoApp - - - + + + diff --git a/startvscode.cmd b/startvscode.cmd index d321aa83..91142b50 100644 --- a/startvscode.cmd +++ b/startvscode.cmd @@ -11,7 +11,7 @@ SET DOTNET_ROOT(x86)=%~dp0.dotnet\x86 SET PATH=%DOTNET_ROOT%;%PATH% :: Sets the Target Framework for Visual Studio Code. -SET TARGET=net9.0 +SET TARGET=net10.0 SET FOLDER=%~1 diff --git a/tests/TodoApp.Tests/TodoApp.Tests.csproj b/tests/TodoApp.Tests/TodoApp.Tests.csproj index 56e9d9f2..ec3aaa74 100644 --- a/tests/TodoApp.Tests/TodoApp.Tests.csproj +++ b/tests/TodoApp.Tests/TodoApp.Tests.csproj @@ -4,7 +4,7 @@ $(NoWarn);CA1861 Exe TodoApp - net9.0 + net10.0 @@ -13,12 +13,11 @@ - + -