How do you install the nuget provider for #PowerShell 7. When I try what is shown in the docs, I get this:
PS C:\Foo> Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force
Install-PackageProvider: No match was found for the specified search criteria for the provider 'NuGet'. The package provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package has the tags.
@DoctorDNS I thought the necessary nuget provider came pre-installed? At least my installs all seem to have NuGet 3.0.0.1 installed even in older 7.1 installs.
BoxStarter-Boxes/00_Everyone/PoshBox.psm1 at main · Jaykul/BoxStarter-Boxes

BoxStarter and Chocolatey Scripts for setting up my computers - Jaykul/BoxStarter-Boxes

GitHub
@jaykul nope
@DoctorDNS what OS are you on? I mean, I've used that on every new PC for ages...
@jaykul windows 11 insiders build. Been like this for some time.