2016-12-20 16:38:04 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-02 09:34:03 -08:00
|
|
|
|
|
2016-11-15 16:12:19 -10:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
|
|
|
<WarningsAsErrors>true</WarningsAsErrors>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<AssemblyName>Microsoft.DotNet.Cli.Build.Framework</AssemblyName>
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50</AssetTargetFallback>
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-02 19:50:19 -08:00
|
|
|
|
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
|
|
|
|
|
<PackageReference Include="System.Diagnostics.Process" Version="4.1.0" />
|
|
|
|
|
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
|
2017-06-09 17:01:01 -07:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.0.0" />
|
2016-11-15 16:12:19 -10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|