Skip to content

Instantly share code, notes, and snippets.

@WernerMairl
Created June 23, 2017 05:33
Show Gist options
  • Save WernerMairl/ce24c9fe220330421410c7a5b6f27a88 to your computer and use it in GitHub Desktop.
Save WernerMairl/ce24c9fe220330421410c7a5b6f27a88 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG;ASSERT;NETCOREAPP2_0</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\xxxxxx\xxxx.Shared.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment