Merge pull request #4502 from pulumi/komalali/dotnet-updates

Updating .NET references
This commit is contained in:
Komal 2020-04-27 13:29:58 -07:00 committed by GitHub
commit 0a65bb620c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.