Update to .NET SDK 8.0.124 and Runtime 8.0.24
Resolves: RHEL-144965
This commit is contained in:
parent
eb97ffae10
commit
be8e16cb27
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@
|
||||
/dotnet-8.0.122.tar.gz.sig
|
||||
/dotnet-8.0.123.tar.gz
|
||||
/dotnet-8.0.123.tar.gz.sig
|
||||
/dotnet-8.0.124.tar.gz
|
||||
/dotnet-8.0.124.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.23
|
||||
%global runtime_version 8.0.23
|
||||
%global host_version 8.0.24
|
||||
%global runtime_version 8.0.24
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.123
|
||||
%global sdk_version 8.0.124
|
||||
%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 Feb 11 2026 Omair Majid <omajid@redhat.com> - 8.0.124-2
|
||||
- Update to .NET SDK 8.0.124 and Runtime 8.0.24
|
||||
- Resolves: RHEL-144965
|
||||
|
||||
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 8.0.123-2
|
||||
- Update to .NET SDK 8.0.123 and Runtime 8.0.23
|
||||
- Resolves: RHEL-138651
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.23",
|
||||
"release": "8.0.24",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.123",
|
||||
"sdkVersion": "8.0.123",
|
||||
"runtimeVersion": "8.0.23",
|
||||
"aspNetCoreVersion": "8.0.23",
|
||||
"tag": "v8.0.124",
|
||||
"sdkVersion": "8.0.124",
|
||||
"runtimeVersion": "8.0.24",
|
||||
"aspNetCoreVersion": "8.0.24",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "fafff0660ef23ca2ece1444119524a76e0f4d4a4"
|
||||
"sourceVersion": "491d6639cd39497321b68f4e7749601894015680"
|
||||
}
|
||||
|
||||
@ -3,9 +3,9 @@ index 044a2aba4..b3f8f2611 100644
|
||||
--- a/src/roslyn-analyzers/src/PerformanceTests/Tests/PerformanceTests.csproj
|
||||
+++ b/src/roslyn-analyzers/src/PerformanceTests/Tests/PerformanceTests.csproj
|
||||
@@ -4,6 +4,7 @@
|
||||
<LangVersion>preview</LangVersion>
|
||||
<Nullable>disable</Nullable>
|
||||
<OutputType>Exe</OutputType>
|
||||
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
|
||||
+ <UseAppHost>false</UseAppHost>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.123.tar.gz) = 650372d872a91945b5b1f45a72a0fad97a068eec66add2278ae2cfe1196ca109e1c5d02eab389a28790b38f7dcee4731c165fade6c93849c4551b0b40055618c
|
||||
SHA512 (dotnet-8.0.123.tar.gz.sig) = f02a11f1693806621b6ee732a46285d87f58cace53e94e3c0e2f0310fc57aeee2664f5d4465f4c43c46ed197a39112811048a534b7ada32ad28c331ccf642b19
|
||||
SHA512 (dotnet-8.0.124.tar.gz) = 674847722cbfb849abf8529e499633e62ed210afd788abb7c4f55635c233162c2e7a14592ca0e00189069aaa9fb7a441e9a61095d267c0ca80595647d67f1aa3
|
||||
SHA512 (dotnet-8.0.124.tar.gz.sig) = 0ea10b096bd758842dd728af0bbe8e325edb2a3f80f8733d7b235d18c6038e6111ea7c026b04d97b4f7f46313cab348a820921c10e007bb2bbdeb99475a8fe06
|
||||
|
||||
Loading…
Reference in New Issue
Block a user