Commit c22fe8ec authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-tested-nuget-5.1' into 'master'

Document that NuGet 5.1 also works

See merge request gitlab-org/gitlab!45154
parents 9aaca694 c14af145
...@@ -19,7 +19,7 @@ The GitLab NuGet Repository works with: ...@@ -19,7 +19,7 @@ The GitLab NuGet Repository works with:
## Setting up your development environment ## Setting up your development environment
[NuGet CLI 5.2 or later](https://www.nuget.org/downloads) is required. Earlier versions have not been tested [NuGet CLI 5.1 or later](https://www.nuget.org/downloads) is required. Earlier versions have not been tested
against the GitLab NuGet Repository and might not work. If you have [Visual Studio](https://visualstudio.microsoft.com/vs/), against the GitLab NuGet Repository and might not work. If you have [Visual Studio](https://visualstudio.microsoft.com/vs/),
NuGet CLI is probably already installed. NuGet CLI is probably already installed.
...@@ -34,7 +34,7 @@ nuget help ...@@ -34,7 +34,7 @@ nuget help
You should see something similar to: You should see something similar to:
```plaintext ```plaintext
NuGet Version: 5.2.0.6090 NuGet Version: 5.1.0.6013
usage: NuGet <command> [args] [options] usage: NuGet <command> [args] [options]
Type 'NuGet help <command>' for help on a specific command. Type 'NuGet help <command>' for help on a specific command.
...@@ -44,7 +44,7 @@ Available commands: ...@@ -44,7 +44,7 @@ Available commands:
``` ```
NOTE: **Note:** NOTE: **Note:**
GitLab currently only supports NuGet v3. Earlier versions are not supported. GitLab currently only supports NuGet's protocol version 3. Earlier versions are not supported.
### macOS support ### macOS support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment