aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-30 20:39:52 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-30 20:39:52 +0200
commit8018b462b025bb02e04d1624e59e0dcd5ee1f323 (patch)
treed59e85871199adcdff4546fd7e3e7782b1834251 /examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
parent1e80f2a4b1ca41e77814306d4f0cf09d45641640 (diff)
update C# examples to netcoreapp2.1
Diffstat (limited to 'examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj')
-rw-r--r--examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj b/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
index 96cc204ba3..c6dadf082b 100644
--- a/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
+++ b/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyTitle>RouteGuideClient</AssemblyTitle>
- <TargetFrameworks>netcoreapp1.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>RouteGuideClient</AssemblyName>
<OutputType>Exe</OutputType>