2017-01-05 04:32:09 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-01-05 04:32:09 +00:00
|
|
|
|
</PropertyGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2017-01-05 04:32:09 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="2.0.0-beta-001509-00" />
|
2017-01-05 04:32:09 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|