Add Microsoft.DotNet.PlatformAbstractions to the list of external dependencies

This commit is contained in:
Nate McMaster 2017-11-09 16:10:30 -08:00
parent cf84583492
commit 39fbf4d139
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
</PropertyGroup>
<ItemGroup>
<ExternalDependency Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0-preview2-25711-01" Source="$(DotNetCoreFeed)" Mirror="true" />
<ExternalDependency Include="Microsoft.Extensions.DependencyModel" Version="2.1.0-preview2-25711-01" Source="$(DotNetCoreFeed)" Mirror="true" />
<ExternalDependency Include="System.Memory" Version="4.4.0-preview3-25519-03" Source="$(DotNetCoreFeed)" Mirror="true" />
</ItemGroup>