Skip to content

Commit 0f4612c

Browse files
committed
Pin microsoft.netcore.app.ref to 3.0.0
1 parent 2e5b95a commit 0f4612c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

eng/Version.Details.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
<Uri>https://github.com/aspnet/Extensions</Uri>
4242
<Sha>1a34885e2800a7b387e006a12d72a5a19febf922</Sha>
4343
</Dependency>
44-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.1" CoherentParentDependency="Microsoft.Extensions.Logging">
45-
<Uri>https://github.com/dotnet/core-setup</Uri>
46-
<Sha>d34d1570bfdf669ed94b4c939b2f39a1650e2320</Sha>
47-
</Dependency>
4844
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.1" CoherentParentDependency="Microsoft.Extensions.Logging">
4945
<Uri>https://github.com/dotnet/core-setup</Uri>
5046
<Sha>d34d1570bfdf669ed94b4c939b2f39a1650e2320</Sha>
@@ -65,6 +61,11 @@
6561
<Uri>https://github.com/dotnet/corefx</Uri>
6662
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
6763
</Dependency>
64+
<!-- Keep this dependency at the bottom of ProductDependencies, else it will be picked as the parent for CoherentParentDependencies -->
65+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0" Pinned="true">
66+
<Uri>https://github.com/dotnet/core-setup</Uri>
67+
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
68+
</Dependency>
6869
</ProductDependencies>
6970
<ToolsetDependencies>
7071
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19474.3">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PropertyGroup Label="Dependencies from dotnet/core-setup">
5050
<MicrosoftDotNetPlatformAbstractionsPackageVersion>3.0.1</MicrosoftDotNetPlatformAbstractionsPackageVersion>
5151
<MicrosoftExtensionsDependencyModelPackageVersion>3.0.1</MicrosoftExtensionsDependencyModelPackageVersion>
52-
<MicrosoftNETCoreAppRefPackageVersion>3.0.1</MicrosoftNETCoreAppRefPackageVersion>
52+
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
5353
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
5454
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
5555
</PropertyGroup>

0 commit comments

Comments
 (0)