Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lucasteles/Strongly
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles committed Mar 25, 2023
2 parents f05cb4c + 7cb816c commit b6d13d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To install the packages, add the references to your _csproj_ file, for example b
dotnet add package Strongly
```

This adds a `<PackageReference>` to your project. You can additionally mark the package as `PrivateAsets="all"`
This adds a `<PackageReference>` to your project. You can additionally mark the package as `PrivateAssets="all"`
and `ExcludeAssets="runtime"`.

> Setting `PrivateAssets="all"` means any projects referencing this one will not also get a reference to the _Strongly_
Expand Down

0 comments on commit b6d13d2

Please sign in to comment.