Update to .NET SDK 8.0.126 and Runtime 8.0.26
Resolves: RHEL-163418
This commit is contained in:
parent
54974b2ae4
commit
c74d66e258
2
.gitignore
vendored
2
.gitignore
vendored
@ -80,3 +80,5 @@
|
||||
/dotnet-8.0.124.tar.gz.sig
|
||||
/dotnet-8.0.125.tar.gz
|
||||
/dotnet-8.0.125.tar.gz.sig
|
||||
/dotnet-8.0.126.tar.gz
|
||||
/dotnet-8.0.126.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.25
|
||||
%global runtime_version 8.0.25
|
||||
%global host_version 8.0.26
|
||||
%global runtime_version 8.0.26
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.125
|
||||
%global sdk_version 8.0.126
|
||||
%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 }')
|
||||
@ -775,6 +775,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2026 Omair Majid <omajid@redhat.com> - 8.0.126-2
|
||||
- Update to .NET SDK 8.0.126 and Runtime 8.0.26
|
||||
- Resolves: RHEL-163418
|
||||
|
||||
* Fri Mar 27 2026 Dominik Rehák <drehak@redhat.com> - 8.0.125-2
|
||||
- Update to .NET SDK 8.0.125 and Runtime 8.0.25
|
||||
- Resolves: RHEL-152932
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.25",
|
||||
"release": "8.0.26",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.125",
|
||||
"sdkVersion": "8.0.125",
|
||||
"runtimeVersion": "8.0.25",
|
||||
"aspNetCoreVersion": "8.0.25",
|
||||
"tag": "v8.0.126",
|
||||
"sdkVersion": "8.0.126",
|
||||
"runtimeVersion": "8.0.26",
|
||||
"aspNetCoreVersion": "8.0.26",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "86c1b454f17232e86cccbd509c734630eb55afef"
|
||||
"sourceVersion": "9096b5d74cb74ee028c10649c93e98c8c25ec687"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.125.tar.gz) = 68f2e316748c39fb7820deb7b6d03a214ef749fa5984e0990515a50235fc50ad1e283b1598d9b0a43a37e87e18aab1e2c3d3c4cc9c080836762b4884b4cf68a8
|
||||
SHA512 (dotnet-8.0.125.tar.gz.sig) = fc9f1fe3f1623bbf02faf085686b3b8c53d874c551387a7dbc01d3cf95fa491a4b0c017518e65effdf41d8b8347f188bd8e14f9a6a85e5a22b0e41ee8d7bc1e9
|
||||
SHA512 (dotnet-8.0.126.tar.gz) = 6f5e6bba3a7a3854ff9e3bec12e1e63557d9273f61c96c49ffca1518c87956cbc79f6ee8faf25df29c846e5e4b1908bc1855d608172bf457c063531349832e0e
|
||||
SHA512 (dotnet-8.0.126.tar.gz.sig) = 5472743bd162d67d976c80d01a5736a2ff2fdce3cd7c361d81b035abfb3184cf4dca1966c029a13406becbaf29b47d3ad6c73837cc7a382dbd5e9cd37215b41b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user