From 74fe273afe1270081d69cc219133afd0d230fba6 Mon Sep 17 00:00:00 2001 From: embetten <53092095+embetten@users.noreply.github.com> Date: Thu, 2 May 2024 13:02:23 -0700 Subject: [PATCH] Fix README Requirements (#493) Update requirements setting to fix: #491 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d1ffa961..5741b64d 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,7 @@ Install [Visual Studio version 15.9-preview1 or later](https://visualstudio.micr ### dotnet -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. +The default installation requires the [dotnet Runtime](https://www.microsoft.com/net/download) version `6.0.x` or later. ## Setup