Skip to content

Commit

Permalink
Correct README dotnet runtime and sdk requirements (#471)
Browse files Browse the repository at this point in the history
Correct README dotnet requirement prerequisite.
  • Loading branch information
embetten authored Feb 8, 2024
1 parent 3bdd257 commit 0c18445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Install [Visual Studio version 15.9-preview1 or later](https://visualstudio.micr

The default installation requires [dotnet SDK](https://www.microsoft.com/net/download) version `6.0.x`.

While the NuGet credential provider requires the dotnet runtime, the pip [artifacts-keyring](https:/microsoft/artifacts-keyring) requires the dotnet SDK.

## Setup

If you are using `dotnet` or `nuget`, you can use the Azure Artifact Credential Provider by adding it to [NuGet's plugin search path](https:/NuGet/Home/wiki/NuGet-cross-plat-authentication-plugin#plugin-installation-and-discovery). This section contains both manual and scripted instructions for doing so.
Expand Down

0 comments on commit 0c18445

Please sign in to comment.