From 7cb816c5317cbbcff87eec5b322734605d76c46f Mon Sep 17 00:00:00 2001 From: Lucas Teles Date: Fri, 24 Mar 2023 18:38:19 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d648bdd..fc29054 100644 --- a/README.md +++ b/README.md @@ -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 `` to your project. You can additionally mark the package as `PrivateAsets="all"` +This adds a `` 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_