Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 657 Bytes

File metadata and controls

21 lines (15 loc) · 657 Bytes
title NuGet Error NU5126
description NU5126 Error code
author nkolev92
ms.date 02/02/2022
ms.topic reference
f1_keywords
NU5126

NuGet Warning NU5126

`project.json` pack is deprecated. Please consider migrating '{0}' to `PackageReference` and using the pack targets

Issue

project.json as a package management style is no longer actively developed and was replaced by PackageReference and pack targets.

Solution

Migrate your package management style to PackageReference and use the pack targets.