MSBuildSDKsPath (#4824)

* Tests in place

* Implementation
This commit is contained in:
Piotr Puszkiewicz 2016-11-23 23:54:44 -08:00 committed by GitHub
parent 9862fbb4d7
commit 3a3ab7e0b0
7 changed files with 70 additions and 17 deletions

View file

@ -0,0 +1,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Validate">
<ItemGroup>
<Sdk Include="Microsoft.Core.Sdk" Version="1.0.0-RC2" />
<Sdk Include="Microsoft.Web.Sdk" Version="1.0.0-RC2" />
</ItemGroup>
</Project>