Skip to content
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

Closed
1 task
rbhanda opened this issue Sep 12, 2023 · 9 comments
Closed
1 task

.NET September 2023 Update - .NET 7.0.11, .NET 6.0.22 #8758

rbhanda opened this issue Sep 12, 2023 · 9 comments

Comments

@rbhanda
Copy link
Contributor

rbhanda commented Sep 12, 2023

.NET September 2023 Update

Release Notes

Status

Asset Type 7.0.11 6.0.22 Notes
Installers/Binaries
Container Images
(Linux)
Container Images
(Windows)
Winget Packages
Snaps
Linux Packages (Microsoft distribution) The list below refers to the Microsoft-provisioned feeds (packages.microsoft.com) and does not in any way represent direct availability in distros (eg RHEL, Fedora).
     Centos 7
     Centos 8
     Debian 10
     Debian 11
     Debian 12
     Fedora 37
     Fedora 38
     Fedora 39
     OpenSUSE 15
     Ubuntu 20.04
     Ubuntu 22.04
     Ubuntu 23.04

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

@Sebazzz
Copy link

Sebazzz commented Sep 13, 2023

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?

@cmenzi
Copy link

cmenzi commented Sep 14, 2023

I cannot find the latest version 414 of the dotnet-sdk-6.0 in the ubuntu feed.

root@myhost:~# apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://ppa.launchpad.net/ansible/ansible/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Get:5 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [3611 B]
Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease
Get:7 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [234 kB]
Get:8 https://packages.microsoft.com/ubuntu/20.04/prod focal/main arm64 Packages [50.4 kB]
Get:9 https://packages.microsoft.com/ubuntu/20.04/prod focal/main armhf Packages [16.3 kB]
Get:10 https://packages.microsoft.com/ubuntu/20.04/prod focal/main all Packages [2586 B]
Fetched 307 kB in 1s (406 kB/s)
Reading package lists... Done
root@myhost:~# apt search dotnet-sdk-6.0
Sorting... Done
Full Text Search... Done
dotnet-sdk-6.0/focal 6.0.413-1 amd64 [upgradable from: 6.0.408-1]
  Microsoft .NET SDK 6.0.408

Shouldn't be there a 6.0.414-1?

@chefarbeiter
Copy link

@cmenzi .NET 6.0.22 (and its SDK) is completely missing in the Microsoft packages for Ubuntu, I have created issue #8772 for it.

@LumpBloom7
Copy link

LumpBloom7 commented Sep 14, 2023

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

@hoerup
Copy link

hoerup commented Sep 14, 2023

runtime7.0.11 / sdk7.0.401 seems to be missing from Centos7 repos

@LumpBloom7
Copy link

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

This has been resolved as of today. Thanks!

@cmenzi
Copy link

cmenzi commented Sep 15, 2023

I also can confirm that it's resolved on Ubuntu. 👍

root@myhost:~# apt search dotnet-sdk-6.0
Sorting... Done
Full Text Search... Done
dotnet-sdk-6.0/focal 6.0.414-1 amd64 [upgradable from: 6.0.413-1]
  Microsoft .NET SDK 6.0.413

@hoerup
Copy link

hoerup commented Sep 15, 2023

Centos7 packages are also available (but make sure your yum config is pointing to /centos and not /rhel )

@rbhanda rbhanda unpinned this issue Oct 10, 2023
@rbhanda
Copy link
Contributor Author

rbhanda commented Oct 10, 2023

closing in favor of #8827

@rbhanda rbhanda closed this as completed Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants