aboutsummaryrefslogtreecommitdiff
path: root/HelloGrpc/HelloGrpc.csproj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:23:23 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:27:29 +0100
commita8760944a08519edc0f74a33c396d5a6053de5e9 (patch)
tree36369db6b48f4f8a729077ce103fc5e2e062a145 /HelloGrpc/HelloGrpc.csproj
Initial version.
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>