aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-12-06 09:52:49 +0100
committerGravatar GitHub <noreply@github.com>2018-12-06 09:52:49 +0100
commit89555570369d20576427cfb95e9f49b7238aa4f8 (patch)
tree3c91c3ee31d5e90cc254f5802d09283371253320 /examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
parentd5d6e211eae72c150ff79fce3ab10cb8fce2b174 (diff)
parenta82070dc94086f85dfda485ec0d5aa10c3081bb0 (diff)
Merge pull request #14684 from kkm000/package-grpc-tools-examples
Redo C# examples to use new Grpc.Tools
Diffstat (limited to 'examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj')
-rw-r--r--examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj b/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
index c6dadf082b..b773dd0923 100644
--- a/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
+++ b/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
@@ -1,12 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <AssemblyTitle>RouteGuideClient</AssemblyTitle>
- <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
- <DebugType>portable</DebugType>
- <AssemblyName>RouteGuideClient</AssemblyName>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
- <PackageId>RouteGuideClient</PackageId>
</PropertyGroup>
<ItemGroup>