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:
Davis Goodin 2019-01-14 14:33:10 -06:00 коммит произвёл GitHub
Родитель 6cefe9a245
Коммит ca422f3285
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -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-->