2016-12-04 22:31:58 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2016-10-28 10:22:22 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="**\*.cs" />
|
|
|
|
<EmbeddedResource Include="**\*.resx" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-01-04 18:17:25 -06:00
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
|
2016-12-28 23:47:33 +05:30
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20161227-02" />
|
2016-12-04 22:31:58 -08:00
|
|
|
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta4-build1194" />
|
2016-10-28 10:22:22 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
2016-12-04 22:31:58 -08:00
|
|
|
</Project>
|