Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 468 Bytes

File metadata and controls

24 lines (17 loc) · 468 Bytes
title NuGet Error NU5015
description NU5015 Error code
author mishra14
ms.author jodou
ms.date 8/3/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5015

NuGet Error NU5015

project.json cannot contain multiple Target Frameworks.

Issue

The project.json file passed to NuGet pack operation contains multiple target frameworks.

Solution

Please fix the project.json file to contain only a single target framework.