docs
docs copied to clipboard
Mistake in Client tests recipe?
Hello!
I am pretty sure this:
dotnet add src/Client.Tests reference src/Client
Should be:
dotnet add tests/Client reference src/Client