Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 686 Bytes

File metadata and controls

25 lines (19 loc) · 686 Bytes
title NuGet Error NU1007
description NU1007 error code
author nkolev92
ms.author nikolev
ms.date 01/02/2022
ms.topic reference
f1_keywords
NU1007

NuGet Error NU1007

The runtime.json specified in the project 'C:\Program Files\dotnet\sdk\X.Y.Z00\RuntimeIdentifierGraph.json ' could not be parsed.

Issue

The runtime.json specified in the project could not be parsed. This is normally a .NET SDK, or a package issue.

Solution

  • If the path in question is from the .NET SDK, file an issue at dotnet/sdk.
  • If the path in question is from a package location, contact the package author.