Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 618 Bytes

File metadata and controls

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

NuGet Error NU1003

PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.

Issue

PackageTargetFallback and AssetTargetFallback provide different behavior for selecting assets and cannot be used together.

Solution

Remove the deprecated PackageTargetFallback element from the project.