import CS dotnet6.0-6.0.126-1.el9_3
This commit is contained in:
parent
d7023fe1b6
commit
bca1daf5eb
@ -1 +1 @@
|
||||
cf2c18c9bc07f795952450cb9ea8d443fa6e3a13 SOURCES/dotnet-v6.0.125.tar.gz
|
||||
fa2dfccae20cbe67e0ca45e90c493afedb6b55cb SOURCES/dotnet-v6.0.126.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v6.0.125.tar.gz
|
||||
SOURCES/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
|
||||
* 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-19807
|
||||
|
||||
* 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-15359
|
||||
|
Loading…
Reference in New Issue
Block a user