Update to .NET SDK 6.0.123 and Runtime 6.0.23
This commit is contained in:
parent
3b03c6cebf
commit
e731cbf177
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/dotnet-v6.0.120.tar.gz
|
||||
/dotnet-v6.0.121.tar.gz
|
||||
/dotnet-v6.0.122.tar.gz
|
||||
/dotnet-v6.0.123.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.22
|
||||
%global runtime_version 6.0.22
|
||||
%global host_version 6.0.23
|
||||
%global runtime_version 6.0.23
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.122
|
||||
%global sdk_version 6.0.123
|
||||
%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 Oct 11 2023 Omair Majid <omajid@redhat.com> - 6.0.123-1
|
||||
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
||||
|
||||
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-1
|
||||
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.122.tar.gz) = db74ce9e37ab832fc3356c7b3675560c37545a20d380dc1851a0f6c1a51c3bba0806028665c8128c2eb191e8160bae7ca572948e398791998b81988999f5cc6c
|
||||
SHA512 (dotnet-v6.0.123.tar.gz) = 7bb87e597687be3a2dda4f5f29a3073abe17d6d96bc49668d6b76addcb4d65ce7dd5b0cd27d0d3d69abc7cd6fe26d998910c4b76237e286ad042758da27b1ff7
|
||||
|
Loading…
Reference in New Issue
Block a user