Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 585 Bytes

File metadata and controls

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

NuGet Error NU1104

Project reference does not exist 'ProjectFile'. Check that the project reference is valid and that the project file exists.

Issue

A ProjectReference points to a file that doesn't exist.

Solution

Edit the project file to either correct the path to the referenced project or to remove the reference altogether if it's no longer needed.