We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a13b81 commit 2c3d530Copy full SHA for 2c3d530
doc/nuget-acquisition.md
@@ -8,7 +8,7 @@ Install-Package Nerdbank-GitVersioning
8
```
9
10
If in a project that uses PackageReference for this package reference, you should manually add
11
-`PrivateAssets="true"` to the PackageReference xml element to workaround
+`PrivateAssets="all"` to the PackageReference xml element to workaround
12
[this issue](https://github.com/AArnott/Nerdbank.GitVersioning/issues/122).
13
14
After installing this NuGet package, you may need to configure the version generation logic
0 commit comments