Skip to content

Instantly share code, notes, and snippets.

@BlackDante
Created April 3, 2017 20:31
Show Gist options
  • Save BlackDante/a0e060f4938c4cf933c505e3002dcc09 to your computer and use it in GitHub Desktop.
Save BlackDante/a0e060f4938c4cf933c505e3002dcc09 to your computer and use it in GitHub Desktop.
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.1" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment