Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 475 Bytes

File metadata and controls

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

NuGet Error NU1001

The project 'Project' does not specify any target frameworks in 'ProjectFile'

Issue

The project doesn't contain one or more frameworks.

Solution

Add a TargetFramework or TargetFrameworks property to the specified project file.