Skip to content

Commit 7393c05

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#430 from NuGet/live
Sync master with live
2 parents 7f26ae6 + e7a6f93 commit 7393c05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Reference/Errors-and-Warnings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords: NuGet errors, NuGet warnings, diagnostics
2020
#audience:
2121
#ms.devlang:
2222
ms.reviewer:
23-
- anandr
23+
- anangaur
2424
- karann
2525
- unnir
2626
#ms.suite:
@@ -283,7 +283,7 @@ The errors and warnings listed here are available only with [PackageReference-ba
283283

284284
| | |
285285
| --- | --- |
286-
| **Issue** | *PackageTargetFallback* was used to select assets from a package. This is a warning to let the user know that the assets may not be 100% compatible. |
286+
| **Issue** | *PackageTargetFallback/AssetTargetFallback* was used to select assets from a package. This is a warning to let the user know that the assets may not be 100% compatible. |
287287
| **Common causes** | The package doesn't support the project framework. |
288288
| **Example message** | *Package 'NuGet.Versioning' was restored using 'portable-net45+win8' instead the project target framework 'netstandard1.5'. This package may not be fully compatible with your project.* |
289289

docs/Reference/Package-Versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When resolving package references and multiple package versions differ only by s
9494

9595
With NuGet 4.3.0+ and Visual Studio 2017 version 15.3+, NuGet supports [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
9696

97-
Certain semantics of SemVer 2.0.0 that are not supported in older clients. NuGet considers a package version to be SemVer 2.0.0 specific if either of the following statements is true:
97+
Certain semantics of SemVer v2.0.0 that are not supported in older clients. NuGet considers a package version to be SemVer v2.0.0 specific if either of the following statements is true:
9898

9999
- The pre-release label is dot-separated, for example, *1.0.0-alpha.1*
100100
- The version has build-metadata, for example, *1.0.0+githash*
@@ -107,7 +107,7 @@ For nuget.org, a package is defined as a SemVer v2.0.0 package if either of the
107107
If you upload a SemVer v2.0.0-specific package to nuget.org, the package is invisible to older clients and available to only the following NuGet clients:
108108
- NuGet 4.3.0+
109109
- Visual Studio 2017 version 15.3+
110-
- dotnet.exe version 2.0+
110+
- dotnet.exe (.NET SDK 2.0.0+)
111111

112112
Third-party clients:
113113
- JetBrains Rider

0 commit comments

Comments
 (0)