dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.92k stars 4.9k forks source link

.NET July 2024 Update - .NET 8.0.7, .NET 6.0.32 #9390

Closed rbhanda closed 2 months ago

rbhanda commented 3 months ago

.NET July 2024 Update

Release Notes

Status

Asset Type 8.0.7 6.0.32 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
     Fedora 40
     OpenSUSE 15
     Ubuntu 20.04
     Ubuntu 22.04
     Ubuntu 23.04
     Ubuntu 24.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

ArturEnache commented 3 months ago

Hi,

dotnet-runtime-deps-8.0 has not been updated to 8.0.7 on the RHEL 9 repository https://packages.microsoft.com/rhel/9/prod:

nothing provides dotnet-runtime-deps-8.0 >= 8.0.7 needed by dotnet-runtime-8.0-8.0.7-1.x86_64 from packages-microsoft-com-prod

It is a dependency for aspnetcore-runtime and dotnet-runtime

EDIT: the package is present in the repo now

norfas commented 2 months ago

I would expect this update to install System.Text.Json, Version=8.0.0.4 but it installs version System.Text.Json, Version=8.0.0.0 as far as I can see, on x64. I have checked folders dotnet\shared\Microsoft.NETCore.App\8.0.7 and dotnet\packs\Microsoft.NETCore.App.Ref\8.0.7.

Update: Confusion is caused by the fact that AssemblyVersion for system.text.json assembly in the package system.text.json v.8.0.4 is 8.0.0.4 for .Net Framework but 8.0.0.0 for .NetCoreApp. It causes building problems in solutions that contain both Core, Standard and Framework projects.

EliaMaggioniSGS commented 2 months ago

Hello, The sdk docker images are still on 8.0.303, is there an ETA on those? Thanks

mairaw commented 2 months ago

The latest SDK is 8.0.303, which contains the 8.0.7 runtime. https://dotnet.microsoft.com/en-us/download/dotnet/8.0

rbhanda commented 2 months ago

closing in favor of https://github.com/dotnet/core/issues/9447