Add .NET 11.0 preview support (updated to preview.4)#343
Conversation
Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com>
Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com>
|
@copilot |
Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com>
|
@copilot CI 中的安装sdk 报错 Error: Failed to install dotnet, exit code: 1. dotnet_install: Error: Could not find |
Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com>
Fixed in commit 76129fa. Reverted |
|
@copilot 更新到最新的.NET 11.0 Preview |
Agent-Logs-Url: https://github.com/netcorepal/netcorepal-cloud-framework/sessions/5ab90dc7-7673-42ed-aa75-c4fc90a11031 Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com>
Updated to .NET 11.0.0-preview.4 (latest preview released May 12, 2026) in commit 8c9f6e7. Changed FrameworkVersion and ExtensionsVersion from 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:
|
Plan for Adding .NET 11.0 Preview Support
global.jsonto maintain .NET 10.0 SDK for CI compatibilityDirectory.Packages.propsto add version configuration for net11.0.csprojfiles to addnet11.0toTargetFrameworks(84 files)src/directorytest/directory.github/workflows/dotnet.yml.github/workflows/test.yml.github/workflows/release.ymlSummary
✅ Successfully added support for .NET 11.0 preview to the NetCorePal Cloud Framework.
Changes Made:
10.0.100for compatibility (withallowPrerelease: trueandrollForward: latestMinorto support newer SDKs)net11.0target framework with .NET 11.0.0-preview.4 package versions11.0.0-preview.4.26230.11511.0.0-preview.4.26230.115net11.0target framework to all.csprojfiles11.0.xto install the latest .NET 11 preview SDKHow It Works:
This approach ensures:
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.