From b5552860420c2a7a03153026ab5151e6d1f11711 Mon Sep 17 00:00:00 2001 From: komal Date: Mon, 27 Apr 2020 12:42:11 -0700 Subject: [PATCH] Updating .NET references --- sdk/README.md | 3 ++- sdk/dotnet/Makefile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index 535f3d5f8..a73c1418b 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -7,5 +7,6 @@ Please see the respective `README`s for information about installing and using t * [Node.js](./nodejs) * [Python](./python) * [Go](./go) +* [.NET](./dotnet) -The language providers work by implementing gRPC interfaces defined in [proto/](./proto/). +The language providers work by implementing gRPC interfaces defined in [proto/](./proto). diff --git a/sdk/dotnet/Makefile b/sdk/dotnet/Makefile index 6bf6b7e39..109823872 100644 --- a/sdk/dotnet/Makefile +++ b/sdk/dotnet/Makefile @@ -24,7 +24,6 @@ TESTPARALLELISM := 10 include ../../build/common.mk build:: - # .NET support is only in Preview currently. So unilaterally add `-preview` to the version suffix. # From the nuget docs: # # Pre-release versions are then denoted by appending a hyphen and a string after the patch number.