Update to .NET SDK 8.0.113 and Runtime 8.0.13
Resolves: RHEL-76900
This commit is contained in:
parent
5a3df1db61
commit
8718315a75
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@
|
||||
/dotnet-8.0.10.tar.gz.sig
|
||||
/dotnet-8.0.12.tar.gz
|
||||
/dotnet-8.0.12.tar.gz.sig
|
||||
/dotnet-8.0.13.tar.gz
|
||||
/dotnet-8.0.13.tar.gz.sig
|
||||
|
@ -12,10 +12,10 @@
|
||||
# dotnet-host and netstandard-targeting-pack-2.1
|
||||
%global is_latest_dotnet 0
|
||||
|
||||
%global host_version 8.0.12
|
||||
%global runtime_version 8.0.12
|
||||
%global host_version 8.0.13
|
||||
%global runtime_version 8.0.13
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.112
|
||||
%global sdk_version 8.0.113
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }')
|
||||
@ -745,6 +745,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 17 2025 Omair Majid <omajid@redhat.com> - 8.0.113-2
|
||||
- Update to .NET SDK 8.0.113 and Runtime 8.0.13
|
||||
- Resolves: RHEL-76900
|
||||
|
||||
* Thu Jan 16 2025 Omair Majid <omajid@redhat.com> - 8.0.112-2
|
||||
- Update to .NET SDK 8.0.112 and Runtime 8.0.12
|
||||
- Resolves: RHEL-71553
|
||||
|
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.12",
|
||||
"release": "8.0.13",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.12",
|
||||
"sdkVersion": "8.0.112",
|
||||
"runtimeVersion": "8.0.12",
|
||||
"aspNetCoreVersion": "8.0.12",
|
||||
"tag": "v8.0.13",
|
||||
"sdkVersion": "8.0.113",
|
||||
"runtimeVersion": "8.0.13",
|
||||
"aspNetCoreVersion": "8.0.13",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "ab5d79b36d4f8a16f9f91f53fd6504b354c977b1"
|
||||
"sourceVersion": "a970a1cfdd960e99b4b8b9bdc3099b943f70adde"
|
||||
}
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.12.tar.gz) = d770a6c37de5c657d306a070c4c02c8f96b52a89184d46b946154cfcf470390f7483f8e38ea3a662d8234bc9fe8d7a1d48bf4cd144e4d3ff29fd36d36889f3a5
|
||||
SHA512 (dotnet-8.0.12.tar.gz.sig) = a52d08fad89dcb94442b51e6d8529ce0ada4c3f4a2ca7f64e6f9ca7d0dbbb35a47d6fc38e94b372341fdbaf41be622a66279928573252661c854b7f495a056e9
|
||||
SHA512 (dotnet-8.0.13.tar.gz) = 2b6a94dc20003803c53da6589bf633f0cea776dcaee8e616c41e2047deff9b820339d9fba37087ff69e7eee0ba41a2231321d8f518885ec46429b69f5fe65e9f
|
||||
SHA512 (dotnet-8.0.13.tar.gz.sig) = 957b3fb1bc1dbe3ee9d10e20cf247a398936616b258c6048d6320c1507c8abdd0728c85a96c8808c47c5b7490facfec6e072a2039e76e4cf4254cc3b54c31c4e
|
||||
|
Loading…
Reference in New Issue
Block a user