dotnet-installer/test/Directory.Build.props

8 lines
293 B
Text
Raw Normal View History

2017-01-26 03:19:44 +00:00
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Directory.Build.props" />
2017-01-26 03:19:44 +00:00
<PropertyGroup>
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
</PropertyGroup>
</Project>