Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 642 Bytes

File metadata and controls

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

NuGet Error NU5025

The assets file found does not contain a valid package spec. Try restoring the project again. The location of the assets file is F:\project\obj\project.assets.json.

Issue

The project passed to the msbuild -t:pack does not contain a valid assets file in the obj directory.

Solution

Please run msbuild -t:restore -p:restoreforce=true operation on the project being packaged before running the pack operation.