-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET September 2023 Update - .NET 7.0.11, .NET 6.0.22 #8758
Comments
I'm not entirely clear on how to resolve this. For some of the previous .NET security updates it was sufficient to run Windows Update to update the base framework for Framework Dependent deployments. However, Windows Update is not mentioned this time. Am I correct in assuming apps need to be rebuilt and redeployed? |
I cannot find the latest version 414 of the dotnet-sdk-6.0 in the ubuntu feed.
Shouldn't be there a |
A similar dependency issue is also found for dotnet6 and dotnet7 on fedora, and it renders the sdk unusable without a downgrade. user@computer > sudo dnf upgrade
Dependencies resolved.
Problem 1: cannot install the best update candidate for package dotnet-runtime-6.0-6.0.21-1.x86_64
- nothing provides dotnet-runtime-deps-6.0 >= 6.0.22 needed by dotnet-runtime-6.0-6.0.22-1.x86_64 from packages-microsoft-com-prod
Problem 2: cannot install the best update candidate for package dotnet-runtime-7.0-7.0.10-1.x86_64
- nothing provides dotnet-runtime-deps-7.0 >= 7.0.11 needed by dotnet-runtime-7.0-7.0.11-1.x86_64 from packages-microsoft-com-prod
Problem 3: package aspnetcore-runtime-7.0-7.0.11-1.x86_64 from packages-microsoft-com-prod requires dotnet-runtime-7.0 >= 7.0.11, but none of the providers can be installed
- cannot install the best update candidate for package aspnetcore-runtime-7.0-7.0.10-1.x86_64
- nothing provides dotnet-runtime-deps-7.0 >= 7.0.11 needed by dotnet-runtime-7.0-7.0.11-1.x86_64 from packages-microsoft-com-prod
Problem 4: package aspnetcore-runtime-6.0-6.0.22-1.x86_64 from packages-microsoft-com-prod requires dotnet-runtime-6.0 >= 6.0.22, but none of the providers can be installed
- cannot install the best update candidate for package aspnetcore-runtime-6.0-6.0.21-1.x86_64
- nothing provides dotnet-runtime-deps-6.0 >= 6.0.22 needed by dotnet-runtime-6.0-6.0.22-1.x86_64 from packages-microsoft-com-prod
|
runtime7.0.11 / sdk7.0.401 seems to be missing from Centos7 repos |
This has been resolved as of today. Thanks! |
I also can confirm that it's resolved on Ubuntu. 👍
|
Centos7 packages are also available (but make sure your yum config is pointing to /centos and not /rhel ) |
closing in favor of #8827 |
.NET September 2023 Update
Release Notes
Status
(Linux)
(Windows)
Issues
Please report any issues you find either by responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
The text was updated successfully, but these errors were encountered: