Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 671 Bytes

File metadata and controls

23 lines (18 loc) · 671 Bytes
title NuGet Error NU1202
description NU1202 error code
author zhili1208
ms.author lzhi
ms.date 06/25/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU1202

NuGet Error NU1202

Package 'PackageId' 4.0.11 is not compatible with 'TargetFramework'. Package 'PackageId' 4.0.11 supports:
- 'TargetFrameworkA'
- 'TargetFrameworkB'
- 'TargetFrameworkC'

Issue

A dependency package doesn't contain any assets compatible with the project.

Solution

Change the project's target framework to one that the package supports.

[!INCLUDE nugetsolver-tool]