Update to .NET SDK 9.0.114 and Runtime 9.0.13
Resolves: RHEL-144969
This commit is contained in:
parent
b06f07146f
commit
69b963944f
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@
|
||||
/dotnet-9.0.112.tar.gz.sig
|
||||
/dotnet-9.0.113.tar.gz
|
||||
/dotnet-9.0.113.tar.gz.sig
|
||||
/dotnet-9.0.114.tar.gz
|
||||
/dotnet-9.0.114.tar.gz.sig
|
||||
|
||||
@ -14,13 +14,13 @@
|
||||
|
||||
# upstream can produce releases with a different tag than the SDK version
|
||||
#%%global upstream_tag v%%{runtime_version}
|
||||
%global upstream_tag v9.0.113
|
||||
%global upstream_tag v9.0.114
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.12
|
||||
%global aspnetcore_runtime_version 9.0.12
|
||||
%global sdk_version 9.0.113
|
||||
%global runtime_version 9.0.13
|
||||
%global aspnetcore_runtime_version 9.0.13
|
||||
%global sdk_version 9.0.114
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{aspnetcore_runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -899,6 +899,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 11 2026 Omair Majid <omajid@redhat.com> - 9.0.114-2
|
||||
- Update to .NET SDK 9.0.114 and Runtime 9.0.13
|
||||
- Resolves: RHEL-144969
|
||||
|
||||
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 9.0.113-2
|
||||
- Update to .NET SDK 9.0.113 and Runtime 9.0.12
|
||||
- Resolves: RHEL-138644
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.12",
|
||||
"release": "9.0.13",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.113",
|
||||
"sdkVersion": "9.0.113",
|
||||
"runtimeVersion": "9.0.12",
|
||||
"aspNetCoreVersion": "9.0.12",
|
||||
"tag": "v9.0.114",
|
||||
"sdkVersion": "9.0.114",
|
||||
"runtimeVersion": "9.0.13",
|
||||
"aspNetCoreVersion": "9.0.13",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "46e42120674fdd5fe1239797df142f8f6e7943b0"
|
||||
"sourceVersion": "d37b3ddd6508a184d82996a5f8116fcb39f2bffa"
|
||||
}
|
||||
|
||||
@ -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-9.0.113.tar.gz) = f80b02480bd05be9ffcb2322efd7636bef56c432286fb0ab9cb5dfe6803df4a21dfcf9f9640bdf1cb243206e5f7125e4159147c7f22039f1b060f0c790f4e46a
|
||||
SHA512 (dotnet-9.0.113.tar.gz.sig) = a95f2c9a2b7d168154eeb738fd1756a99e185ad2e9d7b1bd6ef55f49c6c8ccaea699b1585e9257afbb7e150ce2acd1e36589278c539926dfb673c6a75b759ae3
|
||||
SHA512 (dotnet-9.0.114.tar.gz) = 356ed1858ebbc46175a452889a53bced4a6aa1f4a8b5bb21591246185633ab9c977d868cfef04bd029f2e28fa90d0da18d4e389bff7b754458a14cf24b343dcb
|
||||
SHA512 (dotnet-9.0.114.tar.gz.sig) = 276fbcb1895ab42d973b6285eb7f8f0b43091ff265ae871c382befd6ab4c0d459bb5578556770e26323760347a6fe4d590030e589d8e6f6305440c5b6f5516d6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user