diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 83602a45..e30cc8bb 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '9.0.x' + dotnet-version: '10.0.x' include-prerelease: true - name: Build with dotnet diff --git a/.github/workflows/richnav.yml b/.github/workflows/richnav.yml index 5cf3027d..0d6ba6de 100644 --- a/.github/workflows/richnav.yml +++ b/.github/workflows/richnav.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build with dotnet run: dotnet build ./Everything.sln --configuration Release /bl diff --git a/.vscode/launch.json b/.vscode/launch.json index 9e6f2420..c52970ef 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/src/Web/bin/Debug/net9.0/Web.dll", + "program": "${workspaceFolder}/src/Web/bin/Debug/net10.0/Web.dll", "args": [], "cwd": "${workspaceFolder}/src/Web", "stopAtEntry": false, diff --git a/Directory.Packages.props b/Directory.Packages.props index b51e7b8f..80fd26b8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ true - net9.0 + net10.0 - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers - - + + \ No newline at end of file diff --git a/global.json b/global.json index 66690f83..ade34501 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.0", "rollForward": "latestFeature" } } diff --git a/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj b/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj index 1a801fbe..3daf4753 100644 --- a/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj +++ b/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj @@ -1,8 +1,8 @@  - + Exe - net9.0 + net10.0 enable enable true diff --git a/src/eShopWeb.AspireServiceDefaults/eShopWeb.AspireServiceDefaults.csproj b/src/eShopWeb.AspireServiceDefaults/eShopWeb.AspireServiceDefaults.csproj index 373b5b0b..d775d580 100644 --- a/src/eShopWeb.AspireServiceDefaults/eShopWeb.AspireServiceDefaults.csproj +++ b/src/eShopWeb.AspireServiceDefaults/eShopWeb.AspireServiceDefaults.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable true