Update to .NET SDK 6.0.120 and Runtime 6.0.20
Resolves: RHBZ#2219637
This commit is contained in:
parent
a1a62b9e33
commit
843824217e
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/dotnet-v6.0.115.tar.gz
|
||||
/dotnet-v6.0.116.tar.gz
|
||||
/dotnet-v6.0.118.tar.gz
|
||||
/dotnet-v6.0.120.tar.gz
|
||||
|
@ -20,10 +20,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.18
|
||||
%global runtime_version 6.0.18
|
||||
%global host_version 6.0.20
|
||||
%global runtime_version 6.0.20
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.118
|
||||
%global sdk_version 6.0.120
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2023 Omair Majid <omajid@redhat.com> - 6.0.120-2
|
||||
- Update to .NET SDK 6.0.120 and Runtime 6.0.20
|
||||
- Resolves: RHBZ#2219637
|
||||
|
||||
* Tue Jun 13 2023 Andrew Slice <andrew.slice@redhat.com> - 6.0.118-2
|
||||
- Update to .NET SDK 6.0.118 and Runtime 6.0.18
|
||||
- Resolves: RHBZ#2211719
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.118.tar.gz) = 5ae2a739fd43d9c371e87832c20fa14b1aa1aad5d3b7fff4bf6027b389440e0ac14cce66df5b8bcaa78382e3d9d7ad3925a6bdc4d0a58c1fdc1b83975e80afd7
|
||||
SHA512 (dotnet-v6.0.120.tar.gz) = bdf5a3ae6596b1b2b4e8825a1014f65be88495799e6d09fd85266e436c2a70260e655baed490b3c773b60fe25bbe1a66b2a2595eaf69a4630d7f53ce7dddbc5b
|
||||
|
Loading…
Reference in New Issue
Block a user