Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Omair Majid
56cf02370c Update to .NET SDK 8.0.123 and Runtime 8.0.23 2026-01-14 13:06:05 -05:00
5 changed files with 20 additions and 13 deletions

2
.gitignore vendored
View file

@ -72,3 +72,5 @@
/dotnet-8.0.121.tar.gz.sig
/dotnet-8.0.122.tar.gz
/dotnet-8.0.122.tar.gz.sig
/dotnet-8.0.123.tar.gz
/dotnet-8.0.123.tar.gz.sig

View file

@ -12,10 +12,10 @@
# dotnet-host and netstandard-targeting-pack-2.1
%global is_latest_dotnet 0
%global host_version 8.0.22
%global runtime_version 8.0.22
%global host_version 8.0.23
%global runtime_version 8.0.23
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 8.0.122
%global sdk_version 8.0.123
%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 }')
@ -779,6 +779,9 @@ export COMPlus_LTTng=0
%changelog
* Tue Jan 13 2026 Omair Majid <omajid@redhat.com> - 8.0.123-1
- Update to .NET SDK 8.0.123 and Runtime 8.0.23
* Mon Nov 17 2025 Omair Majid <omajid@redhat.com> - 8.0.122-1
- Update to .NET SDK 8.0.122 and Runtime 8.0.22

View file

@ -1,10 +1,10 @@
{
"release": "8.0.22",
"release": "8.0.23",
"channel": "8.0",
"tag": "v8.0.122",
"sdkVersion": "8.0.122",
"runtimeVersion": "8.0.22",
"aspNetCoreVersion": "8.0.22",
"tag": "v8.0.123",
"sdkVersion": "8.0.123",
"runtimeVersion": "8.0.23",
"aspNetCoreVersion": "8.0.23",
"sourceRepository": "https://github.com/dotnet/dotnet",
"sourceVersion": "e0cc6f889abcb72068cda168d9398cf3e037b5e7"
"sourceVersion": "fafff0660ef23ca2ece1444119524a76e0f4d4a4"
}

View file

@ -1,2 +1,2 @@
SHA512 (dotnet-8.0.122.tar.gz) = 9743b8c0a795a220aa00e97189da41573f6490da27a8ad0e4f55167cccbdaf4f3f2e6356dd0b1d9d6f7693308d36dba9dbd3d271daad0556c66d7edf6490a47f
SHA512 (dotnet-8.0.122.tar.gz.sig) = aa265e965055ea9a82e68fecf613c713aa68f89c39b7f7090bc46d16067bd43b8f96f3fef7247cf3a8e71caed15685564f1838141dec53c97152c302a087db0e
SHA512 (dotnet-8.0.123.tar.gz) = 650372d872a91945b5b1f45a72a0fad97a068eec66add2278ae2cfe1196ca109e1c5d02eab389a28790b38f7dcee4731c165fade6c93849c4551b0b40055618c
SHA512 (dotnet-8.0.123.tar.gz.sig) = d5e88940fb4768674629b5b8fd321cee0432331da72397b226069320312b69deb9b06663f443fd2509e9a983a8360e64ee6e08d20008c48c77bb9ae35044b318

View file

@ -1,7 +1,9 @@
summary: Basic smoke test
provision:
disk: 20
memory: 5120
hardware:
disk:
- size: ">= 20 GiB"
memory: ">= 5120 MiB"
prepare:
how: install
package: