Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 479 Bytes

File metadata and controls

21 lines (17 loc) · 479 Bytes
title NuGet Warning NU1601
description NU1601 warning code
author zhili1208
ms.author lzhi
ms.date 06/25/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU1601

NuGet Warning NU1601

Dependency specified was 'PackageId' (>= 3.5.0) but ended up with 'PackageId' 4.0.0.

Issue

A direct project dependency was bumped to a higher version than the project specified.

Solution

Update the dependency in the project to an appropriate version.