docs: add recommendation to use dotnet CLI or a VS action instead

This commit is contained in:
Kat Marchán
2019-11-14 23:26:14 -08:00
parent e92be9b5f9
commit 7157361fc5

View File

@@ -4,6 +4,11 @@ This action downloads and installs a given version of `NuGet.exe`. Using this
action will add `nuget` to your `$PATH` on all operating systems, including
macOS and linux, without having to prefix it with `mono`.
As `nuget.exe` is eventually getting phased out, please consider using the
official [`setup-dotnet`](https://github.com/actions/setup-dotnet) or
[one of the `msbuild` actions](https://github.com/marketplace?utf8=%E2%9C%93&query=msbuild)
instead.
# Usage
See [action.yml](action.yml)