aboutsummaryrefslogtreecommitdiff
path: root/HelloGrpc/HelloGrpc.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'HelloGrpc/HelloGrpc.csproj')
-rw-r--r--HelloGrpc/HelloGrpc.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/HelloGrpc/HelloGrpc.csproj b/HelloGrpc/HelloGrpc.csproj
new file mode 100644
index 0000000..7471977
--- /dev/null
+++ b/HelloGrpc/HelloGrpc.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="Google.Protobuf" Version="3.5.1" />
+ <PackageReference Include="Grpc" Version="1.9.0" />
+ <PackageReference Include="Grpc.Tools" Version="1.9.0" />
+ <PackageReference Include="Grpc.Tools.MsBuild.Unofficial" Version="1.0.44" />
+ </ItemGroup>
+ <PropertyGroup>
+ <GrpcToolsVersion>1.9.0</GrpcToolsVersion>
+ </PropertyGroup>
+</Project>