Update to .NET SDK 6.0.113 and Runtime 6.0.13
This commit is contained in:
parent
f052f73860
commit
3599d8c566
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/dotnet-v6.0.110.tar.gz
|
||||
/dotnet-v6.0.111.tar.gz
|
||||
/dotnet-v6.0.112.tar.gz
|
||||
/dotnet-v6.0.113.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.12
|
||||
%global runtime_version 6.0.12
|
||||
%global host_version 6.0.13
|
||||
%global runtime_version 6.0.13
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.112
|
||||
%global sdk_version 6.0.113
|
||||
%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 }')
|
||||
@ -639,6 +639,9 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
||||
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||
|
||||
* Wed Dec 14 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
||||
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.112.tar.gz) = 0b9c33fb0fd273f8b76079aa8c65a6b5329915e565168006a978619e145b02e2d5a15efc8338456df4532794404943a2f5f09081ed530378bd1ede5583982dbb
|
||||
SHA512 (dotnet-v6.0.113.tar.gz) = a1bc48fce2fd12c01de502878a37c30f90436257d9316247cef2ae7d65b2837e146aed4aeb74c9c2b8292da66614fcd54ef2dbe3e8028cfa2fcea256c78f22cf
|
||||
|
Loading…
Reference in New Issue
Block a user