-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update to .net11.0 #64627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to .net11.0 #64627
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
This reverts commit 0ddef37.
| <configuration> | ||
| <packageSources> | ||
| <clear /> | ||
| <add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" /> | |
| <add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" /> |
| <FrameworkReference Update="Microsoft.NETCore.App" | ||
| RuntimeFrameworkVersion="$(MicrosoftNETCoreAppRefVersion)" /> | ||
|
|
||
| <!-- Workaround when there is no vNext SDK available; copy known packs info from 9.0. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!-- Workaround when there is no vNext SDK available; copy known packs info from 9.0. --> | |
| <!-- Workaround when there is no vNext SDK available; copy known packs info from previous release --> |
| Condition=" '$(UpdateAspNetCoreKnownFramework)' == '' ">true</UpdateAspNetCoreKnownFramework> | ||
| </PropertyGroup> | ||
|
|
||
| <!-- Workaround when there is no vNext SDK available; copy known apphost/framework reference info from 9.0. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <!-- Workaround when there is no vNext SDK available; copy known apphost/framework reference info from 9.0. --> | |
| <!-- Workaround when there is no vNext SDK available; copy known apphost/framework reference info from previous release --> |
| <!-- | ||
| Reference base shared framework at incoming dependency flow version, not bundled sdk version. | ||
| Apply this to all projects that target the default tfm (e.g. net9.0) or a rid-based variant of it (e.g. net9.0-windows) | ||
| Apply this to all projects that target the default tfm (e.g. net10.0) or a rid-based variant of it (e.g. net10.0-windows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's make this one generic so we don't need to constantly update it:
| Apply this to all projects that target the default tfm (e.g. net10.0) or a rid-based variant of it (e.g. net10.0-windows) | |
| Apply this to all projects that target the default tfm (e.g. netXX.0) or a rid-based variant of it (e.g. netXX.0-windows) |
| @@ -1,7 +1,7 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <PropertyGroup> | |||
| <!-- Use fixed version instead of $(DefaultNetCoreTargetFramework) to avoid needing workarounds set up here. --> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this comment if it no longer applies?
| "symbols/UseLocalDB/description": "Следует ли использовать LocalDB вместо SQLite. Этот параметр применяется, только если указывается --auth Individual или --auth IndividualB2C.", | ||
| "symbols/Framework/description": "Целевая платформа для проекта.", | ||
| "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0", | ||
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", | |
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 11.0", |
| "symbols/iisHttpsPort/description": "Номер порта, используемый для конечной точки HTTPS IIS Express в launchSettings.json.", | ||
| "symbols/Framework/description": "Целевая платформа для проекта.", | ||
| "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0", | ||
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", | |
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 11.0", |
| "symbols/iisHttpPort/description": "Номер порта, используемый для конечной точки HTTP IIS Express в launchSettings.json.", | ||
| "symbols/Framework/description": "Целевая платформа для проекта.", | ||
| "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0", | ||
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", | |
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 11.0", |
| "symbols/ExcludeLaunchSettings/description": "Следует ли исключить launchSettings.json из созданного шаблона.", | ||
| "symbols/Framework/description": "Целевая платформа для проекта.", | ||
| "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0", | ||
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0", | |
| "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 11.0", |
| <Import Project="Version.Details.props" /> | ||
|
|
||
| <PropertyGroup Label="Version settings"> | ||
| <AspNetCoreMajorVersion>10</AspNetCoreMajorVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we bump this as well in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, didn't see that this PR wasn't merged with main recently, we already bumped this in main
|
Closing in favor of the work being done in the VMR |
Updates to the infra to start building .net11