Skip to content

Commit

Permalink
Change log code pages formatting for problems (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 authored Aug 2, 2024
1 parent 03fb863 commit 107b92e
Show file tree
Hide file tree
Showing 168 changed files with 271 additions and 296 deletions.
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1001.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1001

<pre>The project 'Project' does not specify any target frameworks in 'ProjectFile'</pre>
> The project 'Project' does not specify any target frameworks in 'ProjectFile'
### Issue
The project doesn't contain one or more frameworks.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1002.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1002

<pre>'CLEAR' cannot be used in conjunction with other values</pre>
> 'CLEAR' cannot be used in conjunction with other values
### Issue
Invalid combination of inputs along with a CLEAR keyword.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1003.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1003

<pre>PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.</pre>
> PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.
### Issue
`PackageTargetFallback` and `AssetTargetFallback` provide different behavior for selecting assets and cannot be used together.
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/errors-and-warnings/NU1004.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ f1_keywords:

## Scenario 1

<pre>The project target frameworks are different than the lock file's target frameworks. Lock file target frameworks: net6.0,net5.0. Project target frameworks net6.0.
The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.</pre>
> The project target frameworks are different than the lock file's target frameworks. Lock file target frameworks: net6.0,net5.0. Project target frameworks net6.0.
The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.

### Issue

Expand All @@ -30,8 +30,8 @@ Consult the recommendations in the error message and do one of the following:

## Scenario 2

<pre>The package reference Contoso.Library version has changed from [2.0.0, ) to [1.2.3, ).The packages lock file is inconsistent with the project dependencies so restore can't be run
in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.</pre>
> The package reference Contoso.Library version has changed from [2.0.0, ) to [1.2.3, ).The packages lock file is inconsistent with the project dependencies so restore can't be run
in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file.

### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1005.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ f1_keywords:

## Scenario 1

<pre>Invalid restore input where RestorePackagesWithLockFile property is set to false but a packages lock file exists at C:\SourceCode\ContosoProject\Contoso.Library\packages.lock.json</pre>
> Invalid restore input where RestorePackagesWithLockFile property is set to false but a packages lock file exists at C:\SourceCode\ContosoProject\Contoso.Library\packages.lock.json
### Issue

Expand All @@ -27,7 +27,7 @@ There are 2 opt-in methods the lock file functionality, by setting the RestorePa

## Scenario 2

<pre>RestoreForceEvaluate should not be used with RestoreLockedMode in the same command.</pre>
> RestoreForceEvaluate should not be used with RestoreLockedMode in the same command.
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1006.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ f1_keywords:

# NuGet Error NU1006

<pre>NuGet.Config has an invalid package source value 'C:\PackageSource>\'. Reason: Illegal characters in path.</pre>
> NuGet.Config has an invalid package source value 'C:\PackageSource>\'. Reason: Illegal characters in path.
### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1007.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ f1_keywords:

# NuGet Error NU1007

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

### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1008.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ f1_keywords:

# NuGet Error NU1008

<pre>Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: PackageId.</pre>
> Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: PackageId.
### Issue

Expand Down
3 changes: 1 addition & 2 deletions docs/reference/errors-and-warnings/NU1009.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ f1_keywords:

# NuGet Error NU1009

<pre>The packages PackageId are implicitly referenced. You do not typically need to reference them from your project or in your central package versions management file. For more inform
ation, see https://aka.ms/sdkimplicitrefs</pre>
> The packages PackageId are implicitly referenced. You do not typically need to reference them from your project or in your central package versions management file. For more information, see https://aka.ms/sdkimplicitrefs
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1010.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ f1_keywords:

# NuGet Error NU1010

<pre>The PackageReference items PackageId do not have corresponding PackageVersion.</pre>
> The PackageReference items PackageId do not have corresponding PackageVersion.
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1011.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ f1_keywords:

# NuGet Error NU1011

<pre>Centrally defined floating package versions are not allowed.</pre>
> Centrally defined floating package versions are not allowed.
### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1012.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ f1_keywords:

## Scenario 1

Platform version is not present for one or more target frameworks, even though they have specified a platform: net6.0-android.
> Platform version is not present for one or more target frameworks, even though they have specified a platform: net6.0-android.
### Issue

Expand All @@ -26,7 +26,7 @@ You have specified a target framework with a platform in your project file but t

## Scenario 2

<pre>Some dependency group TFMs are missing a platform version: net6.0-android</pre>
> Some dependency group TFMs are missing a platform version: net6.0-android
### Issue

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/errors-and-warnings/NU1014.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ f1_keywords:

## Scenario

<pre>Invalid NuGetAudit value 'sample'. Valid values: true, false.</pre>
> Invalid NuGetAudit value 'sample'. Valid values: true, false.
<pre>Invalid NuGetAuditLevel value 'sample';. Valid values: low, moderate, high, critical.</pre>
> Invalid NuGetAuditLevel value 'sample';. Valid values: low, moderate, high, critical.
<pre>Invalid NuGetAuditMode value 'sample'. Valid values: direct, all.</pre>
> Invalid NuGetAuditMode value 'sample'. Valid values: direct, all.
### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1100.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f1_keywords:

## Scenario 1

<pre>Unable to resolve 'Dependency (>= 1.0.0)' for 'TargetFramework'</pre>
> Unable to resolve 'Dependency (>= 1.0.0)' for 'TargetFramework'
### Issue

Expand All @@ -36,7 +36,7 @@ Alternatively, you can create a configuration file using [`dotnet new nugetconfi

## Scenario 2

<pre> Unable to resolve 'Dependency (>= 1.0.0)' for 'TargetFramework'. PackageSourceMapping is enabled, the following source(s) were not considered: nuget. </pre>
> Unable to resolve 'Dependency (>= 1.0.0)' for 'TargetFramework'. PackageSourceMapping is enabled, the following source(s) were not considered: nuget.
### Issue

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/errors-and-warnings/NU1101.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f1_keywords:

## Scenario 1

<pre>Unable to find package 'PackageId'. No packages exist with this id in source(s): sourceA, sourceB, sourceC</pre>
> Unable to find package 'PackageId'. No packages exist with this id in source(s): sourceA, sourceB, sourceC
### Issue
The package cannot be found on any sources.
Expand All @@ -24,8 +24,8 @@ Examine the project's dependencies in Visual Studio to be sure you're using the

## Scenario 2

<pre>Unable to find package 'PackageId'. No packages exist with this id in source(s): sourceA PackageSourceMapping is enabled, the following source(s) were not considered: sourceB, sourceC.
</pre>
> Unable to find package 'PackageId'. No packages exist with this id in source(s): sourceA PackageSourceMapping is enabled, the following source(s) were not considered: sourceB, sourceC.

### Issue
The package cannot be found on any of the PackageSourceMapping configured sources.
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/errors-and-warnings/NU1102.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f1_keywords:

## Scenario 1

<pre>Unable to find package 'PackageId' with version (>= 9.0.1)<br/> - Found 30 version(s) in 'sourceA' [ Nearest version: '4.0.0' ]<br/> - Found 10 version(s) in 'sourceB' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Found 9 version(s) in 'sourceC' [ Nearest version: '3.0.0-beta-00032' ]<br/> - Found 0 version(s) in 'sourceD'<br/> - Found 0 version(s) in 'sourceE'</pre>
> Unable to find package 'PackageId' with version (>= 9.0.1)<br/> - Found 30 version(s) in 'sourceA' [ Nearest version: '4.0.0' ]<br/> - Found 10 version(s) in 'sourceB' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Found 9 version(s) in 'sourceC' [ Nearest version: '3.0.0-beta-00032' ]<br/> - Found 0 version(s) in 'sourceD'<br/> - Found 0 version(s) in 'sourceE'
### Issue
The package identifier is found but a version within the specified dependency range cannot be found on any of the sources. The range might be specified by a package and not the user.
Expand All @@ -24,8 +24,8 @@ Edit the project file to correct the package version. Also check that the [NuGet

## Scenario 2

<pre>Unable to find package 'PackageId' with version (>= 9.0.1)<br/> - Found 30 version(s) in 'sourceA' [ Nearest version: '4.0.0' ]<br/> - Versions from sourceB were not considered
</pre>
> Unable to find package 'PackageId' with version (>= 9.0.1)<br/> - Found 30 version(s) in 'sourceA' [ Nearest version: '4.0.0' ]<br/> - Versions from sourceB were not considered

### Issue
The package identifier is found but a version within the specified dependency range cannot be found on any of the sources. The range might be specified by a package and not the user.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1103.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f1_keywords:

## Scenario 1

<pre>Unable to find a stable package 'PackageId' with version (>= 3.0.0)<br/> - Found 10 version(s) in 'sourceA' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Found 9 version(s) in 'sourceB' [ Nearest version: '3.0.0-beta-00032' ]<br/> - Found 0 version(s) in 'sourceC'<br/> - Found 0 version(s) in 'sourceD'</pre>
> Unable to find a stable package 'PackageId' with version (>= 3.0.0)<br/> - Found 10 version(s) in 'sourceA' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Found 9 version(s) in 'sourceB' [ Nearest version: '3.0.0-beta-00032' ]<br/> - Found 0 version(s) in 'sourceC'<br/> - Found 0 version(s) in 'sourceD'
### Issue
The project specified a stable version for the dependency range, but no stable versions were found in that range. Pre-release versions were found but are not allowed.
Expand All @@ -24,7 +24,7 @@ Edit the version range in the project file to include pre-release versions. See

## Scenario 2

<pre>Unable to find a stable package 'PackageId' with version (>= 3.0.0)<br/> - Found 10 version(s) in 'sourceA' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Versions from sourceB were not considered</pre>
> Unable to find a stable package 'PackageId' with version (>= 3.0.0)<br/> - Found 10 version(s) in 'sourceA' [ Nearest version: '4.0.0-rc-2129' ]<br/> - Versions from sourceB were not considered
### Issue
The project specified a stable version for the dependency range, but no stable versions were found in that range. Pre-release versions were found but are not allowed.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1104.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1104

<pre>Project reference does not exist 'ProjectFile'. Check that the project reference is valid and that the project file exists.</pre>
> Project reference does not exist 'ProjectFile'. Check that the project reference is valid and that the project file exists.
### Issue
A ProjectReference points to a file that doesn't exist.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1105.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1105

<pre>Unable to read project information for 'ProjectFile'. The project file may be invalid or missing targets required for restore.</pre>
> Unable to read project information for 'ProjectFile'. The project file may be invalid or missing targets required for restore.
### Issue
The project file exists but no restore information was provided for it. Ensure you are [opening a project with the new project system or the legacy project system](https://github.com/dotnet/project-system/blob/main/docs/opening-with-new-project-system.md#opening-with-the-new-project-system).
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1106.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1106

<pre>Unable to satisfy conflicting requests for 'PackageId': 'Conflict path' Framework: 'Target graph'</pre>
> Unable to satisfy conflicting requests for 'PackageId': 'Conflict path' Framework: 'Target graph'
### Issue
Dependency constraints cannot be resolved.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1107.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ f1_keywords:

# NuGet Error NU1107

<pre>Version conflict detected for 'PackageA'. Install/reference 'PackageA' v4.0.0 directly to resolve this issue.<br/> 'PackageB' 3.5.0 -> 'PackageA' (= 3.5.0)<br/> 'PackageC' 4.0.0 -> 'PackageA' (= 4.0.0)</pre>
> Version conflict detected for 'PackageA'. Install/reference 'PackageA' v4.0.0 directly to resolve this issue.<br/> 'PackageB' 3.5.0 -> 'PackageA' (= 3.5.0)<br/> 'PackageC' 4.0.0 -> 'PackageA' (= 4.0.0)
### Issue
Unable to resolve dependency constraints between packages. Two different packages are asking for two different versions of 'PackageA'. The project needs to choose which version of 'PackageA' to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1108.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ f1_keywords:

# NuGet Error NU1108

<pre>Cycle detected: A -> B -> A</pre>
> Cycle detected: A -> B -> A
### Issue
A circular dependency was detected.
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/errors-and-warnings/NU1109.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ f1_keywords:

# NuGet Error NU1109

<pre>NU1109: Detected package downgrade: B from 2.0.0 to centrally defined 1.0.0. Update the centrally managed package version to a higher version.</pre>
'Project' -> 'A' 1.0.0 -> 'B' (>= 2.0.0)<br/>
'Project' -> 'B' (>= 1.0.0)</pre>
> NU1109: Detected package downgrade: B from 2.0.0 to centrally defined 1.0.0. Update the centrally managed package version to a higher version.<br/>
> &nbsp;&nbsp;'Project' -> 'A' 1.0.0 -> 'B' (>= 2.0.0)<br/>
> &nbsp;&nbsp;'Project' -> 'B' (>= 1.0.0)
### Issue

Expand Down
3 changes: 1 addition & 2 deletions docs/reference/errors-and-warnings/NU1110.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ f1_keywords:

# NuGet Error NU1110

<pre>NU1110: The package `B` is available in the Global packages folder, but the source it came from `https://api.nuget.org/v3/index.json` is not one of the configured sources.
</pre>
> NU1110: The package `B` is available in the Global packages folder, but the source it came from `https://api.nuget.org/v3/index.json` is not one of the configured sources.
### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1201.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ f1_keywords:
# NuGet Error NU1201

### Example 1
<pre>Project 'ProjectA' is not compatible with 'TargetFramework'. Project 'ProjectA' supports:<br/> - 'TargetFrameworkA'<br/> - 'TargetFrameworkB'</pre>
> Project 'ProjectA' is not compatible with 'TargetFramework'. Project 'ProjectA' supports:<br/> - 'TargetFrameworkA'<br/> - 'TargetFrameworkB'
### Issue
A dependency project doesn't contain a framework compatible with the current project. Typically, the project's target framework is a higher version than the consuming project.
Expand All @@ -22,7 +22,7 @@ A dependency project doesn't contain a framework compatible with the current pro
Change the project's target framework to an equal or lower version than the consuming project.

### Example 2 - NetStandard targetted projects cannot reference NetCoreApp targetted projects
<pre>Project 'ProjectB' is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project 'ProjectB' supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)</pre>
> Project 'ProjectB' is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project 'ProjectB' supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)
### Issue
In this case:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1202.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1202

<pre>Package 'PackageId' 4.0.11 is not compatible with 'TargetFramework'. Package 'PackageId' 4.0.11 supports:<br/> - 'TargetFrameworkA'<br/> - 'TargetFrameworkB'<br/> - 'TargetFrameworkC'</pre>
> Package 'PackageId' 4.0.11 is not compatible with 'TargetFramework'. Package 'PackageId' 4.0.11 supports:<br/> - 'TargetFrameworkA'<br/> - 'TargetFrameworkB'<br/> - 'TargetFrameworkC'
### Issue
A dependency package doesn't contain any assets compatible with the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1203.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1203

<pre>'PackageId' 1.0.0 provides a compile-time reference assembly for 'Foo.dll' on 'TargetFramework', but there is no compatible run-time assembly.</pre>
> 'PackageId' 1.0.0 provides a compile-time reference assembly for 'Foo.dll' on 'TargetFramework', but there is no compatible run-time assembly.
### Issue
The package doesn't support the project's `RuntimeIdentifier`.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1204.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ f1_keywords:

# NuGet Warning NU1204

<pre>Invalid tools package Contoso.Tool 1.0.0. Tools packages cannot contain more than one PackageType.</pre>
> Invalid tools package Contoso.Tool 1.0.0. Tools packages cannot contain more than one PackageType.
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1211.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ f1_keywords:

# NuGet Warning NU1211

<pre>Project `DotnelToolReferenceProject.csproj` must have a single package reference(s).</pre>
> Project `DotnelToolReferenceProject.csproj` must have a single package reference(s).
### Issue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/errors-and-warnings/NU1212.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

## Scenario 1

<pre>Invalid project-package combination for Contoso.Library 1.0.0. DotnetToolReference project style can only contain references of the DotnetTool type</pre>
> Invalid project-package combination for Contoso.Library 1.0.0. DotnetToolReference project style can only contain references of the DotnetTool type
### Issue

Expand All @@ -26,7 +26,7 @@ Use a different package that's of the `DotnetTool` type.

## Scenario 2

<pre>Invalid project-package combination for Contoso.Library 1.0.0. DotnetToolReference project style can only contain references of the DotnetTool type</pre>
> Invalid project-package combination for Contoso.Library 1.0.0. DotnetToolReference project style can only contain references of the DotnetTool type
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1213.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ f1_keywords:

# NuGet Warning NU1213

<pre>The package Contoso.Platform 1.0.0 has a package type DotnetPlatform that is incompatible with this project.</pre>
> The package Contoso.Platform 1.0.0 has a package type DotnetPlatform that is incompatible with this project.
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1301.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ f1_keywords:

# NuGet Error NU1301

<pre>The local source 'C:\Code\Contoso\contosoLocalSource' doesn't exist.</pre>
> The local source 'C:\Code\Contoso\contosoLocalSource' doesn't exist.
### Issue

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/errors-and-warnings/NU1401.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ f1_keywords:

# NuGet Error NU1401

<pre>The 'PackageId' package requires NuGet client version '5.0.0' or above, but the current NuGet version is '4.3.0'.</pre>
> The 'PackageId' package requires NuGet client version '5.0.0' or above, but the current NuGet version is '4.3.0'.
### Issue
The package requires features or frameworks not currently supported by the installed version of NuGet.
Expand Down
Loading

0 comments on commit 107b92e

Please sign in to comment.