-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3116a02
commit 4bda9af
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
...Build/tarball/patches/sdk/0001-Define-SystemCollectionsImmutableVersion-Versions.pr.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: MichaelSimons <msimons@microsoft.com> | ||
Date: Fri, 10 Jun 2022 20:34:26 +0000 | ||
Subject: [PATCH] Define SystemCollectionsImmutableVersion Versions.props | ||
|
||
--- | ||
eng/Versions.props | 1 + | ||
.../Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj | 2 +- | ||
2 files changed, 2 insertions(+), 1 deletions(-) | ||
|
||
diff --git a/eng/Versions.props b/eng/Versions.props | ||
index 94a5cec10c..8e359a44cb 100644 | ||
--- a/eng/Versions.props | ||
+++ b/eng/Versions.props | ||
@@ -29,9 +29,9 @@ | ||
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion> | ||
<NewtonsoftJsonPackageVersion>13.0.1</NewtonsoftJsonPackageVersion> | ||
<NewtonsoftJsonVersion>$(NewtonsoftJsonPackageVersion)</NewtonsoftJsonVersion> | ||
+ <SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion> | ||
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion> | ||
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion> | ||
<MicrosoftDotNetSignToolVersion>7.0.0-beta.22308.5</MicrosoftDotNetSignToolVersion> | ||
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion> | ||
<SystemSecurityCryptographyProtectedDataPackageVersion>7.0.0-preview.6.22309.9</SystemSecurityCryptographyProtectedDataPackageVersion> | ||
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj b/src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj | ||
index 1a6ba41771..38a5b931db 100644 | ||
--- a/src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj | ||
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj | ||
@@ -74,7 +74,7 @@ | ||
Also download an old version and (later in the target ReferenceOlderSCIandSRM) | ||
pass them to the compiler. --> | ||
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" IncludeAssets="none" /> | ||
- <PackageReference Include="System.Collections.Immutable" Version="6.0.0" IncludeAssets="none" /> | ||
+ <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" IncludeAssets="none" /> | ||
<PackageDownload Include="System.Collections.Immutable" Version="[5.0.0]" GeneratePathProperty="true" /> | ||
<PackageDownload Include="System.Reflection.Metadata" Version="[5.0.0]" GeneratePathProperty="true" /> | ||
</ItemGroup> |