dotnet-installer/TestAssets/TestProjects/MSBuildIntegration/build.props
Piotr Puszkiewicz 3a3ab7e0b0 MSBuildSDKsPath (#4824)
* Tests in place

* Implementation
2016-11-23 23:54:44 -08:00

6 lines
No EOL
216 B
XML

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