Update to .NET 10 and Aspire 13.x#242
Conversation
Co-authored-by: KyleMcMaster <11415127+KyleMcMaster@users.noreply.github.com>
|
@copilot update the workflow(s) to use net10 as well and verify they are passing. https://github.com/NimblePros/eShopOnWeb/blob/main/.github/workflows/dotnetcore.yml |
Co-authored-by: ardalis <782127+ardalis@users.noreply.github.com>
Updated both |
|
@copilot Please update the VS Code launch.json to reference net10 paths. https://github.com/NimblePros/eShopOnWeb/blob/main/.vscode/launch.json |
Co-authored-by: KyleMcMaster <11415127+KyleMcMaster@users.noreply.github.com>
Updated the VS Code |
KyleMcMaster
left a comment
There was a problem hiding this comment.
I think this is a good first pass. If anything additional needs updated we can path that up using the robots in a follow up PR
Upgrades the solution from .NET 9 to .NET 10 and Aspire from 9.4.1 to 13.0.1.
Changes
Framework & SDK
global.json: SDK version9.0.0→10.0.0Directory.Packages.props: TargetFrameworknet9.0→net10.0eShopWeb.AppHost.csproj:9.4.1→13.0.1Package Updates
9.0.6→10.0.09.0.x→10.0.09.4.1→13.0.19.x→10.0.01.12.0→1.14.03.2.1, MSTest4.0.2, Microsoft.NET.Test.Sdk18.0.11.14.0→1.14.2(required by EF Core 10 transitive deps)GitHub Workflows
dotnetcore.yml: dotnet-version9.0.x→10.0.xrichnav.yml: dotnet-version9.0.x→10.0.xVS Code Configuration
launch.json: Updated program path fromnet9.0→net10.0All 113 tests pass.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.