Skip to content

Instantly share code, notes, and snippets.

@mustakimali
Last active August 14, 2019 23:11
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 mustakimali/4305af38df6ccbd9d8e7bd553cae5e95 to your computer and use it in GitHub Desktop.
Save mustakimali/4305af38df6ccbd9d8e7bd553cae5e95 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore.Server" Version="0.1.22-pre2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Protos\Protos.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment