Skip to content

Instantly share code, notes, and snippets.

@BojanKomazec
Created April 26, 2017 15:12
Show Gist options
  • Save BojanKomazec/2dc94638935334f0d773c74c50d4584a to your computer and use it in GitHub Desktop.
Save BojanKomazec/2dc94638935334f0d773c74c50d4584a to your computer and use it in GitHub Desktop.
$ cat Demo.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment