Update to Visual Studio 2026 and .NET 10#5
Conversation
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
|
@copilot can we generate a github action build and verify the build on PRs |
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
|
@copilot did you update all of the aspire integrations and nuget packages? Aspire should be on aspire 13.1 now see: https://aspire.dev/whats-new/aspire-13 and https://aspire.dev/whats-new/aspire-13-1/ |
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
Updated all Aspire and NuGet packages in commit 6695947: Aspire 13.1:
.NET 10 compatible packages:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot the nuget packages are wrong, check the nuget mcp server |
Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com>
Fixed in commit 830ee49. Corrected the package versions:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Updates the lab from Visual Studio 2022/.NET 9 to Visual Studio 2026/.NET 10.
Project files
.csprojfiles updated:TargetFrameworkchanged fromnet9.0tonet10.0Documentation
README.md- Updated title, description, and prerequisiteslab/setup.md,lab/part0-exploring-codebase.md- VS 2022 → VS 2026lab/part4-custom-instructions.md- .NET 9 → .NET 10CI/CD
.github/workflows/build.yml) to build and verify the solution on PRs and pushes to mainNuGet Package Updates (Aspire 13.1 and .NET 10 compatible)
Sdk="Aspire.AppHost.Sdk/13.1.0"(Aspire.Hosting.AppHost now included automatically by SDK)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.