dotnet-installer/build/Microsoft.DotNet.Cli.BundledSdks.props
Piotr Puszkiewicz 3a3ab7e0b0 MSBuildSDKsPath (#4824)
* Tests in place

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

6 lines
205 B
XML

<Project ToolsVersion="15.0">
<ItemGroup>
<BundledSdk Include="Microsoft.Core.Sdk" Version="1.0.0-RC2" />
<BundledSdk Include="Microsoft.Web.Sdk" Version="1.0.0-RC2" />
</ItemGroup>
</Project>