Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 578 Bytes

File metadata and controls

22 lines (17 loc) · 578 Bytes
title NuGet Error NU5035
description NU5035 Error code
author nkolev92
ms.date 11/15/2018
ms.topic reference
ms.reviewer karann
f1_keywords
NU5035

NuGet Error NU5035

The PackageLicenseUrl cannot be used in conjunction with the PackageLicenseFile and PackageLicenseExpression.

Issue

When using PackageLicenseFile or PackageLicenseExpression, you should not set the PackageLicenseUrl property. The licenseUrl metadata will be auto-generated by the client tools to a down-level friendly url.

Solution

Do not set the PackageLicenseUrl.