Update to .NET SDK 8.0.117 and Runtime 8.0.17
Resolves: RHEL-94415
This commit is contained in:
parent
175cb1ebf4
commit
e118e9a2af
2
.gitignore
vendored
2
.gitignore
vendored
@ -60,3 +60,5 @@
|
||||
/dotnet-8.0.15.tar.gz.sig
|
||||
/dotnet-8.0.16.tar.gz
|
||||
/dotnet-8.0.16.tar.gz.sig
|
||||
/dotnet-8.0.17.tar.gz
|
||||
/dotnet-8.0.17.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.16
|
||||
%global runtime_version 8.0.16
|
||||
%global host_version 8.0.17
|
||||
%global runtime_version 8.0.17
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.116
|
||||
%global sdk_version 8.0.117
|
||||
%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
|
||||
* Wed Jun 11 2025 Omair Majid <omajid@redhat.com> - 8.0.117-2
|
||||
- Update to .NET SDK 8.0.117 and Runtime 8.0.17
|
||||
- Resolves: RHEL-94415
|
||||
|
||||
* Tue May 13 2025 Omair Majid <omajid@redhat.com> - 8.0.116-2
|
||||
- Update to .NET SDK 8.0.116 and Runtime 8.0.16
|
||||
- Resolves: RHEL-89446
|
||||
|
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.16",
|
||||
"release": "8.0.17",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.16",
|
||||
"sdkVersion": "8.0.116",
|
||||
"runtimeVersion": "8.0.16",
|
||||
"aspNetCoreVersion": "8.0.16",
|
||||
"tag": "v8.0.17",
|
||||
"sdkVersion": "8.0.117",
|
||||
"runtimeVersion": "8.0.17",
|
||||
"aspNetCoreVersion": "8.0.17",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "82276892487288f85142cb1641df2b05dc9b937e"
|
||||
"sourceVersion": "30c331373e55effdf3c799bdec8751e6ee5367f6"
|
||||
}
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.16.tar.gz) = 6e83def1b60e3bc4888f5a8702c9e6b5420a7ff7229009e8fb2b8697b9a2c7cd750896e69b23d1f803f3c44af8fd7b4fbcaaed4fbc9a82e3bf1818e3a59ec939
|
||||
SHA512 (dotnet-8.0.16.tar.gz.sig) = 25471c2835b468563c987b860fb0094b3752d74386c63f77d332aa1a85dd9e281c933dae06891bdaf2a187f265449daf528b22e641a0ead8046a5cfe5a8a07c2
|
||||
SHA512 (dotnet-8.0.17.tar.gz) = ec84d301b11d7c4f88423333eca12bc3a2bf4f93d1650ac2dd2eedb78b7bcc59385388553217fea9dea798526ee702a4977cedc19610a4e7ca17114adadee42b
|
||||
SHA512 (dotnet-8.0.17.tar.gz.sig) = 51db03855de456de35a30082db6a7ae7cf1ec2554ec12121705c27a3e1e5b834bfe42b46c889666fefb5a8ce1c552c9985f7f7660f2595a4ae3cb27eadc6d585
|
||||
|
Loading…
Reference in New Issue
Block a user