Add Microsoft.NET.Build.Extensions and corresponding DLLs in CLI layout

This commit is contained in:
Daniel Plaisted 2017-06-07 17:27:34 -07:00
parent 6e122edb17
commit 3a61ba1d20
6 changed files with 72 additions and 21 deletions

View file

@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="$(SdkPackageName)" Version="$(SdkPackageVersion)" />
<PackageReference Include="$(DependencyPackageName)" Version="$(DependencyPackageVersion)" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />