2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-10-28 01:46:43 +00:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-10-28 01:46:43 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<RuntimeFrameworkVersion>2.0.0-beta-001509-00</RuntimeFrameworkVersion>
|
2016-10-28 01:46:43 +00:00
|
|
|
|
</PropertyGroup>
|
2017-01-04 22:17:43 +00:00
|
|
|
|
|
2016-10-28 01:46:43 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<DotNetCliToolReference Include="ToolWithOutputName">
|
|
|
|
|
<Version>1.0.0</Version>
|
|
|
|
|
</DotNetCliToolReference>
|
|
|
|
|
</ItemGroup>
|
2017-02-20 16:01:29 +00:00
|
|
|
|
</Project>
|