2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 12:46:21 -08:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<AssetTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(AssetTargetFallback);dnxcore50</AssetTargetFallback>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</PropertyGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<ItemGroup>
|
2017-03-02 19:52:26 -08:00
|
|
|
|
<PackageReference Include="ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem" Version="1.0.0" />
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|