Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 542 Bytes

File metadata and controls

21 lines (17 loc) · 542 Bytes
title NuGet Error NU1203
description NU1203 error code
author zhili1208
ms.author lzhi
ms.date 06/25/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU1203

NuGet Error NU1203

'PackageId' 1.0.0 provides a compile-time reference assembly for 'Foo.dll' on 'TargetFramework', but there is no compatible run-time assembly.

Issue

The package doesn't support the project's RuntimeIdentifier.

Solution

Change the RuntimeIdentifier values used in the project as needed.