We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c8478 commit c315f14Copy full SHA for c315f14
rules/Proj0808.md
@@ -5,11 +5,10 @@ ancestor: Rules
5
6
# Proj0808: Define global package reference only in Directory.Packages.props
7
When using [Central Package Management](Proj0800.md) the central `Directory.Packages.props`
8
-it is possible to define package reference globally with the use of
+it is possible to define a package reference globally with the use of
9
[`<GlobalPackageReference>`](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management#global-package-references).
10
This references should be in your `Directory.Packages.props` only.
11
12
-
13
## Compliant
14
If defined in `Directory.Packages.props`
15
``` xml
0 commit comments