-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1662 from dagood/2.1.20
- Loading branch information
Showing
15 changed files
with
91 additions
and
80 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20200528-01/final/index.json | ||
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20200617-01/final/index.json |
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
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
29 changes: 29 additions & 0 deletions
29
patches/cli/0003-Remove-System.Security.Principal.Windows-nupkg-ref.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,29 @@ | ||
From ecc45d979c7f44014b43dce91e943f7d6e32bfbd Mon Sep 17 00:00:00 2001 | ||
From: Davis Goodin <dagood@microsoft.com> | ||
Date: Tue, 23 Jun 2020 18:20:35 -0500 | ||
Subject: [PATCH] Remove System.Security.Principal.Windows nupkg ref | ||
|
||
This package is available in the sharedfx and isn't necessary as a package | ||
reference. The package ref blocks source build because it uses version 4.7.0, | ||
built in the 3.1 release and not available for 2.1 source-build. | ||
|
||
This fix is in PR in the upstream repo: https://github.com/dotnet/cli/pull/13408 | ||
--- | ||
src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj | ||
index 575160565..6cade3da0 100644 | ||
--- a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj | ||
+++ b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj | ||
@@ -26,7 +26,6 @@ | ||
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCorePackageVersion)" /> | ||
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> | ||
<PackageReference Include="XliffTasks" Version="$(XliffTasksPackageVersion)" PrivateAssets="All" /> | ||
- <PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' "> | ||
-- | ||
2.26.2.windows.1 | ||
|
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
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
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
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
Submodule cli
updated
15 files
Submodule core-setup
updated
9 files
Submodule coreclr
updated
8 files
+1 −1 | ILAsmVersion.txt | |
+5 −5 | dependencies.props | |
+2 −0 | src/debug/createdump/createdump.h | |
+3 −3 | src/inc/slist.h | |
+7 −1 | src/pal/inc/mbusafecrt.h | |
+56 −51 | src/pal/inc/pal.h | |
+18 −18 | src/pal/src/cruntime/math.cpp | |
+1 −1 | src/pal/src/safecrt/memcpy_s.cpp |
Submodule corefx
updated
21 files
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
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