Update to .NET SDK 6.0.126 and Runtime 6.0.26
Resolves: RHEL-19801
This commit is contained in:
parent
e8113e86b1
commit
95cbcdd83d
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/dotnet-v6.0.123.tar.gz
|
||||
/dotnet-v6.0.124.tar.gz
|
||||
/dotnet-v6.0.125.tar.gz
|
||||
/dotnet-v6.0.126.tar.gz
|
||||
|
@ -1,15 +1,3 @@
|
||||
Index: a/src/Microsoft.DotNet.GitSync.CommitManager/Microsoft.DotNet.GitSync.CommitManager.csproj
|
||||
===================================================================
|
||||
--- a/src/Microsoft.DotNet.GitSync.CommitManager/Microsoft.DotNet.GitSync.CommitManager.csproj
|
||||
+++ b/src/Microsoft.DotNet.GitSync.CommitManager/Microsoft.DotNet.GitSync.CommitManager.csproj
|
||||
@@ -5,6 +5,7 @@
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
|
||||
+ <UseAppHost>false</UseAppHost>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
Index: a/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.CmdLine/Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj
|
||||
===================================================================
|
||||
--- a/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.CmdLine/Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj
|
||||
|
@ -20,10 +20,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.25
|
||||
%global runtime_version 6.0.25
|
||||
%global host_version 6.0.26
|
||||
%global runtime_version 6.0.26
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.125
|
||||
%global sdk_version 6.0.126
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
|
||||
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2024 Omair Majid <omajid@redhat.com> - 6.0.126-2
|
||||
- Update to .NET SDK 6.0.126 and Runtime 6.0.26
|
||||
- Resolves: RHEL-19801
|
||||
|
||||
* Mon Dec 11 2023 Omair Majid <omajid@redhat.com> - 6.0.125-2
|
||||
- Update to .NET SDK 6.0.125 and Runtime 6.0.25
|
||||
- Resolves: RHEL-15349
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.125.tar.gz) = cecf6bfa377dc8c99e080d2ba10325608224282996bac6ff624ed89173a70570421a1bcdebf425c2cf095b091bde12563d7f6cd716bd77979ccd7211a9a5bb94
|
||||
SHA512 (dotnet-v6.0.126.tar.gz) = b1f32aa540d479afa779ec7200f66159fb4e66ad9338ee1f3eb393099344ee80f18770e02b89b4f1f6104f3086de03bdfb89f9e38519944d6836781f2c68e301
|
||||
|
Loading…
Reference in New Issue
Block a user