Updating .NET references

This commit is contained in:
komal 2020-04-27 12:42:11 -07:00
parent 8d7cb5d99a
commit b555286042
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -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.