Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 651 Bytes

File metadata and controls

22 lines (16 loc) · 651 Bytes
title NuGet Error NU1211
description NU1211 Error code
author nkolev92
ms.date 02/02/2022
ms.topic reference
f1_keywords
NU1211

NuGet Warning NU1211

Project `DotnelToolReferenceProject.csproj` must have a single package reference(s).

Issue

The project you are attempting to restore has special restrictions and exactly 1 PackageReference package must be specified.

Solution

Projects of this style are normally not ordinary projects and the dotnet tool commands should be used to manage your dotnet tools. Alternatively, change your project to specify exactly 1 package.