Skip to content

Commit 2c3d530

Browse files
authored
Fix doc
1 parent 7a13b81 commit 2c3d530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nuget-acquisition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install-Package Nerdbank-GitVersioning
88
```
99

1010
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
11+
`PrivateAssets="all"` to the PackageReference xml element to workaround
1212
[this issue](https://github.com/AArnott/Nerdbank.GitVersioning/issues/122).
1313

1414
After installing this NuGet package, you may need to configure the version generation logic

0 commit comments

Comments
 (0)