From 0c184451bb0980ad941c342e0be14ab73b1d8a20 Mon Sep 17 00:00:00 2001 From: embetten <53092095+embetten@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:51:09 -0800 Subject: [PATCH] Correct README dotnet runtime and sdk requirements (#471) Correct README dotnet requirement prerequisite. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 59fb1a82..d1ffa961 100644 --- a/README.md +++ b/README.md @@ -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://github.com/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://github.com/NuGet/Home/wiki/NuGet-cross-plat-authentication-plugin#plugin-installation-and-discovery). This section contains both manual and scripted instructions for doing so.