You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,8 @@
2
2
3
3
## How to run examples
4
4
Move to each example directory and execute the command `dotnet test`.
5
+
6
+
## How to modify libraries
7
+
Each example in this directory by default refers to published NuGet packages.
8
+
9
+
You can change the property `UseLocalProjectInsteadOfPublishedPackage` in file [Directory.Build.props](./Directory.Build.props) to refer to a local project by changing it to `true`.
0 commit comments