Last active
August 14, 2019 23:11
-
-
Save mustakimali/4305af38df6ccbd9d8e7bd553cae5e95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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