Skip to content

Commit c315f14

Browse files
committed
Adjust text
1 parent a4c8478 commit c315f14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rules/Proj0808.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ ancestor: Rules
55

66
# Proj0808: Define global package reference only in Directory.Packages.props
77
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
8+
it is possible to define a package reference globally with the use of
99
[`<GlobalPackageReference>`](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management#global-package-references).
1010
This references should be in your `Directory.Packages.props` only.
1111

12-
1312
## Compliant
1413
If defined in `Directory.Packages.props`
1514
``` xml

0 commit comments

Comments
 (0)