aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/RouteGuide/RouteGuide/RouteGuide.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/RouteGuide/RouteGuide.csproj
parent1e80f2a4b1ca41e77814306d4f0cf09d45641640 (diff)
update C# examples to netcoreapp2.1
Diffstat (limited to 'examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj')
-rw-r--r--examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj b/examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj
index e1c44ecf3c..86346d1e14 100644
--- a/examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj
+++ b/examples/csharp/RouteGuide/RouteGuide/RouteGuide.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyTitle>RouteGuide</AssemblyTitle>
- <TargetFrameworks>netcoreapp1.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>RouteGuide</AssemblyName>
<PackageId>RouteGuide</PackageId>