Update to .NET SDK 6.0.125 and Runtime 6.0.25
This commit is contained in:
parent
245ea64d28
commit
f1a655c0f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/dotnet-v6.0.122.tar.gz
|
||||
/dotnet-v6.0.123.tar.gz
|
||||
/dotnet-v6.0.124.tar.gz
|
||||
/dotnet-v6.0.125.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.24
|
||||
%global runtime_version 6.0.24
|
||||
%global host_version 6.0.25
|
||||
%global runtime_version 6.0.25
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.124
|
||||
%global sdk_version 6.0.125
|
||||
%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 }')
|
||||
@ -640,6 +640,9 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2023 Omair Majid <omajid@redhat.com> - 6.0.125-1
|
||||
- Update to .NET SDK 6.0.125 and Runtime 6.0.25
|
||||
|
||||
* Wed Oct 25 2023 Omair Majid <omajid@redhat.com> - 6.0.124-1
|
||||
- Update to .NET SDK 6.0.124 and Runtime 6.0.24
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.124.tar.gz) = 066614ab170597b85604caa0c18be6093178d44d1fad04eade1d9fcf784e044bc97ae7cb9c8dbcd4ce5f7c6f0391ddd5faa04faee7ed6d5772df6f03ecabb0ec
|
||||
SHA512 (dotnet-v6.0.125.tar.gz) = 276e1495416326c731b036a449a40cdb82c569ba0e3796436c3fb96f1ec2a7f9eb1ef2309aec7b014869e3607eab4ca21c2a1946da0b4fc5a16e0efdc4139f14
|
||||
|
Loading…
Reference in New Issue
Block a user