import UBI dotnet6.0-6.0.126-1.el8_9

This commit is contained in:
eabdullin 2024-01-10 19:13:47 +00:00
parent 109a5c0107
commit 308b153bed
4 changed files with 9 additions and 17 deletions

View File

@ -1 +1 @@
cf2c18c9bc07f795952450cb9ea8d443fa6e3a13 SOURCES/dotnet-v6.0.125.tar.gz
08cdaf1a2c99b717ebe971f98054ca403d0ede44 SOURCES/dotnet-v6.0.126.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.125.tar.gz
SOURCES/dotnet-v6.0.126.tar.gz

View File

@ -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

View File

@ -21,10 +21,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 }')
@ -631,6 +631,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Wed Dec 20 2023 Omair Majid <omajid@redhat.com> - 6.0.126-1
- Update to .NET SDK 6.0.126 and Runtime 6.0.26
- Resolves: RHEL-19804
* Thu Nov 02 2023 Omair Majid <omajid@redhat.com> - 6.0.125-1
- Update to .NET SDK 6.0.125 and Runtime 6.0.25
- Resolves: RHEL-15360