Revert NETStandard.Library, Msft.NETCore.Targets (#4972)
These packages got dev channel auto-upgrade config when switching from VersionTools to Darc, but these dependencies are expected to be more stable. Work around current lack of "pinning" feature in Darc by changing Dependency to PinnedDependency, which Darc doesn't find.
This commit is contained in:
Родитель
6cefe9a245
Коммит
ca422f3285
|
@ -9,14 +9,12 @@
|
|||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
<Sha>77096755443730962810662501f82550fdb4656d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.Targets" Version="3.0.0-preview.19064.1">
|
||||
<PinnedDependency Name="Microsoft.NETCore.Targets" Version="2.0.0">
|
||||
<Uri>https://github.com/dotnet/corefx</Uri>
|
||||
<Sha>77096755443730962810662501f82550fdb4656d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19054.1">
|
||||
</PinnedDependency>
|
||||
<PinnedDependency Name="NETStandard.Library" Version="2.0.3">
|
||||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>5a403159021b1871eef8fe30a86ddf4e64688a37</Sha>
|
||||
</Dependency>
|
||||
</PinnedDependency>
|
||||
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-preview-27219-72">
|
||||
<Uri>https://github.com/dotnet/coreclr</Uri>
|
||||
<Sha>c0c51f83e56eb37bb5a257c0e82ca6676894d6c1</Sha>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<PropertyGroup>
|
||||
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19064.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19064.1</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<MicrosoftNETCoreTargetsPackageVersion>3.0.0-preview.19064.1</MicrosoftNETCoreTargetsPackageVersion>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19054.1</NETStandardLibraryPackageVersion>
|
||||
<MicrosoftNETCoreTargetsPackageVersion>2.0.0</MicrosoftNETCoreTargetsPackageVersion>
|
||||
<NETStandardLibraryPackageVersion>2.0.3</NETStandardLibraryPackageVersion>
|
||||
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27220-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
|
||||
</PropertyGroup>
|
||||
<!--Package names-->
|
||||
|
|
Загрузка…
Ссылка в новой задаче