dotnet-installer/TestAssets/TestProjects/TestLibraryWithConfiguration/TestLibraryWithConfiguration.csproj

11 lines
421 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
2017-03-03 03:52:26 +00:00
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
</ItemGroup>
</Project>