-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add Ubuntu 22.10 kinetic kudu RIDs #84974
Comments
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsDescriptionThe Ubuntu 22.10 kinetic kudu runtime identifiers are currently missing in the following files:
This results in failed builds if Ubuntu 22.10 is targeted. Reproduction Steps
Expected behaviorshould build successful Actual behavior
Regression?No. Known WorkaroundsCanonical already has a patch for this problem and I prepared a fork to open Pull Requests for Configurationdotnet6, dotnet7, dotnet8 Other information
|
Adds the Runtime Identifiers (RIDs) for Ubuntu 22.10 Kinetic Kudu and the recently announced Ubuntu 23.10 Mantic Minotaur. Related to dotnet#84974, dotnet#84983, dotnet#84984
Description
The Ubuntu 22.10 kinetic kudu runtime identifiers are currently missing in the following files:
src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
src/libraries/Microsoft.NETCore.Platforms/src/runtime.compatibility.json
src/libraries/Microsoft.NETCore.Platforms/src/runtimeGroups.props
This results in failed builds if Ubuntu 22.10 is targeted.
Reproduction Steps
Expected behavior
should build successful
Actual behavior
Regression?
No.
Known Workarounds
Canonical already has a patch for this problem and I prepared a fork to open Pull Requests for
main
,release/6.0
,release/7.0
. Before opening the PRs I want to ask if there are any reasons against applying this patch, as the original patch is more than a year old (4. March 2022 by wfurt tweinfurt@yahoo.com).Configuration
dotnet6, dotnet7, dotnet8
Other information
The text was updated successfully, but these errors were encountered: