豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 823 Bytes

File metadata and controls

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

NuGet Warning NU5104

A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "NuGet.Versioning [4.7.0-preview4.5065, )" or update the version field in the nuspec.

Issue

The project or nuspec being packaged contains a dependency on a prerelease package.

Solution

If you intend to create a prerelease package then please refer to SemVer2 guidelines and add a prerelease tag to the version property i.e. <version>1.0.0-pre</version>. If you intend to create a stable package then please update the specified dependency version to a stable version.