From 6e2ad131fcb18cadb2fc5ba63b4e5082088ce382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Kr=C3=A4mer?= Date: Tue, 19 Mar 2019 14:45:04 +0100 Subject: [PATCH] Update README.md Fixed misleading information about supported VS version --- examples/csharp/HelloworldLegacyCsproj/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csharp/HelloworldLegacyCsproj/README.md b/examples/csharp/HelloworldLegacyCsproj/README.md index 60b09e09257..4435faeb086 100644 --- a/examples/csharp/HelloworldLegacyCsproj/README.md +++ b/examples/csharp/HelloworldLegacyCsproj/README.md @@ -6,7 +6,7 @@ BACKGROUND This is a different version of the helloworld example, using the "classic" .csproj files, the only format supported by VS2013 (and older versions of mono). You can still use gRPC with the classic .csproj files, but [using the new-style -.csproj projects](../helloworld/README.md) (supported by VS2015 Update3 and above, +.csproj projects](../Helloworld/README.md) (supported by VS2017 v15.3 and above, and dotnet SDK) is recommended. Example projects depend on the [Grpc](https://www.nuget.org/packages/Grpc/),