Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2020-02-14 02:50:47 +0300
committerGitHub <noreply@github.com>2020-02-14 02:50:47 +0300
commit53b0d448a53403ca84bb3dac66dcd20eb375aeaa (patch)
treed47f0dc8a111ca7d4154be6fffdf4b8abc5581ec
parentbd1e14b7d16b798de8a874189c89afed755a266c (diff)
Pin dependency on 2 CoreFx packages (#18541)v3.0.extra
-rw-r--r--eng/Version.Details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index abdff1ed94..3c5713988b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -297,7 +297,7 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
</Dependency>
- <Dependency Name="Microsoft.Win32.Registry" Version="4.6.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
+ <Dependency Name="Microsoft.Win32.Registry" Version="4.6.0" Pinned="true">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
</Dependency>
@@ -353,7 +353,7 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
</Dependency>
- <Dependency Name="System.Security.Principal.Windows" Version="4.6.0" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
+ <Dependency Name="System.Security.Principal.Windows" Version="4.6.0" Pinned="true">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
</Dependency>