Skip to content

Instantly share code, notes, and snippets.

@GeorgFleig
Created August 6, 2018 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeorgFleig/38c56a215ce29933eb495a7f6014d2a3 to your computer and use it in GitHub Desktop.
Save GeorgFleig/38c56a215ce29933eb495a7f6014d2a3 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="6.7.1.4347" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment