Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
Nate McMaster 2017-05-03 12:20:43 -07:00
commit 655f70717e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="@(FullMetaPackagePackageReference)" /> <PackageReference Include="@(FullMetaPackagePackageReference)" />
<PackageReference Include="@(FullMetaPackagePackageNoRuntimeStoreReference)" /> <PackageReference Include="@(FullMetaPackagePackageNoRuntimeStoreReference)" />
<ProjectReference Include="@(FullMetaPackageProjectReference)" /> <ProjectReference Include="@(FullMetaPackageProjectReference)" PrivateAssets="None" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>