Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 1.11 KB

File metadata and controls

26 lines (23 loc) · 1.11 KB
title NuGet 错误 NU1103
description NU1103 错误代码
author zhili1208
ms.author lzhi
ms.date 06/25/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU1103
ms.openlocfilehash eb7082642028d67a1b8fdd717d22a527dcae43ca
ms.sourcegitcommit 7441f12f06ca380feb87c6192ec69f6108f43ee3
ms.translationtype MT
ms.contentlocale zh-CN
ms.lasthandoff 08/15/2019
ms.locfileid 69488414

NuGet 错误 NU1103

Unable to find a stable package 'PackageId' with version (>= 3.0.0)
- Found 10 version(s) in 'sourceA' [ Nearest version: '4.0.0-rc-2129' ]
- Found 9 version(s) in 'sourceB' [ Nearest version: '3.0.0-beta-00032' ]
- Found 0 version(s) in 'sourceC'
- Found 0 version(s) in 'sourceD'

问题

项目为依赖关系范围指定了稳定的版本, 但在该范围内找不到稳定的版本。 找到了预发布版本, 但不允许这样做。

解决方案

编辑项目文件中的版本范围, 以包括预发布版本。 请参阅包版本控制