Update to .NET SDK 6.0.120 and Runtime 6.0.20
This commit is contained in:
parent
5c0433aedf
commit
3c48132330
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,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 }')
|
||||
@ -636,6 +636,9 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2023 Omair Majid <omajid@redhat.com> - 6.0.120-1
|
||||
- Update to .NET SDK 6.0.120 and Runtime 6.0.20
|
||||
|
||||
* Wed Jun 14 2023 Omair Majid <omajid@redhat.com> - 6.0.118-1
|
||||
- Update to .NET SDK 6.0.118 and Runtime 6.0.18
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.118.tar.gz) = 4969684be1c80e854abb82374907c81efac6fdcd63eb106709c36531c1e391cf7f156a29af8ea0074364ca751df74c17326139cb9518297ad502f6c136356f2c
|
||||
SHA512 (dotnet-v6.0.120.tar.gz) = f789c0235b1d68b80c76d76c2605137ae6dc70b01ca5428a6901531bfed7bd63a3e55a9477975b704c68b36198a0c4cb1503287def016ce1dfd1cfdf23d3b058
|
||||
|
Loading…
Reference in New Issue
Block a user