2016-12-21 00:38:04 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-12-02 17:34:03 +00:00
|
|
|
|
|
2016-11-16 02:12:19 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
|
|
|
<WarningsAsErrors>true</WarningsAsErrors>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<AssemblyName>Microsoft.DotNet.Cli.Build.Framework</AssemblyName>
|
2017-06-14 07:27:26 +00:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50</AssetTargetFallback>
|
2016-11-16 02:12:19 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 03:50:19 +00: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" />
|
|
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="1.0.1-beta-000933" />
|
2016-11-16 02:12:19 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|