Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 714 Bytes

File metadata and controls

24 lines (18 loc) · 714 Bytes
title NuGet Error NU5042
description NU5042 error code
author nkolev92
ms.author nikolev
ms.date 11/07/2022
ms.topic reference
f1_keywords
NU5042

NuGet Error NU5042

project.json pack is disabled in the current NuGet version, and will be permanently removed in a future version. Please consider migrating 'MyProject' to PackageReference and using the pack targets. You can set the 'NUGET_ENABLE_LEGACY_PROJECT_JSON_PACK' environment variable to 'true' to temporarily reenable this functionality.

Issue

NuGet.exe pack for project.json projects is not supported.

Solution

Migrate your project to PackageReference and use the pack targets instead.