-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Move runtime-deps CentOS Stream 8 package to CentOS Stream 9. #103708
Conversation
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
This is part of our supported-OS update, so a separate breaking change notice is not necessary. |
@@ -11,7 +11,7 @@ | |||
|
|||
<ItemGroup Condition="'$(BuildRpmPackage)' == 'true'"> | |||
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-azl.3.proj" /> | |||
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.8.proj" /> | |||
<InstallerProjectReference Include="installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.9.proj" /> |
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.
I presume there's no need to build centos-8
deps package anymore, is that correct?
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.
The only consumer of the deps package are our other packages, so we don't need the centos-8 deps package any more.
Fixes #102344