Skip to content

Instantly share code, notes, and snippets.

@kskalski
Last active May 1, 2019 17:07
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 kskalski/a2644df1acfc3424cd96281f17e9d488 to your computer and use it in GitHub Desktop.
Save kskalski/a2644df1acfc3424cd96281f17e9d488 to your computer and use it in GitHub Desktop.
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.7.0" />
<PackageReference Include="Grpc.Tools" Version="1.20.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.0.0-preview4.19216.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0-preview4.19216.3" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="*.proto" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment