core
core copied to clipboard
.NET April 2024 Update - .NET 8.0.4, NET 7.0.18, .NET 6.0.29
.NET April 2024 Update
Release Notes
Status
Asset Type | 8.0.4 | 7.0.18 | 6.0.29 | Notes |
---|---|---|---|---|
Installers/Binaries | ✅ | ✅ | ✅ | |
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 | NA | ✅ | ✅ | |
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:
- ASP.NET Core: dotnet/aspnetcore
- Entity Framework Core: dotnet/efcore
- .NET CLI/SDK dotnet/sdk
- .NET runtime dotnet/runtime
- Winforms: dotnet/winforms
- WPF: dotnet/wpf
- NuGet: nuget/home
- Containers: dotnet/dotnet-docker
- Winget: microsoft/winget-pkgs
Known Issues
Visual Studio Compatibility You need Visual Studio 17.9 or later to use .NET 8.0 on Windows.
Is this a typo in 8.0.4 release notes? Or is 17.8 LTSC no longer supported for .net 8 development?
It seems the runtime-deps v8.0.4 wasn't uploaded to https://packages.microsoft.com/centos/8/prod/Packages/d/
I get "nothing provides" when updating.
I am getting similar error where runtime-deps 8.0.4 is not found: Error: Package: dotnet-runtime-8.0-8.0.4-1.x86_64 (packages-microsoft-com-prod) #5 14.61 Requires: dotnet-runtime-deps-8.0 >= 8.0.4 #5 14.61 Available: dotnet-runtime-deps-8.0-8.0.0-1.x86_64 (packages-microsoft-com-prod) #5 14.61 dotnet-runtime-deps-8.0 = 8.0.0-1 #5 14.61 Available: dotnet-runtime-deps-8.0-8.0.1-1.x86_64 (packages-microsoft-com-prod) #5 14.61 dotnet-runtime-deps-8.0 = 8.0.1-1 #5 14.61 Available: dotnet-runtime-deps-8.0-8.0.2-1.x86_64 (packages-microsoft-com-prod) #5 14.61 dotnet-runtime-deps-8.0 = 8.0.2-1 #5 14.61 Available: dotnet-runtime-deps-8.0-8.0.3-1.x86_64 (packages-microsoft-com-prod) #5 14.61 dotnet-runtime-deps-8.0 = 8.0.3-1 #5 14.61 You could try using --skip-broken to work around the problem #5 14.64 You could try running: rpm -Va --nofiles --nodigest
@j-hudecek and @csgi-enochtsaicsgi - sorry for the inconvenience. This was fixed late yesterday.
closing in favor of https://github.com/dotnet/core/issues/9309