We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3220ca commit 22c5480Copy full SHA for 22c5480
1 file changed
README.md
@@ -145,7 +145,10 @@ To include the **AndDone's DotNet client library** in your project:
145
```sh
146
dotnet nuget add source --username {GH_USER} --password {GH_PAT} --store-password-in-clear-text --name githubanddone "https://nuget.pkg.github.com/AndDone-kit/index.json"
147
```
148
- 7. In your .csproj file, add a package reference to: ```<PackageReference Include="AndDoneSecureClientLibrary" Version="1.0.0" />```
+ 7. In your .csproj file, add a package reference to:
149
+```sh
150
+<PackageReference Include="AndDoneSecureClientLibrary" Version="1.0.0" />
151
+```
152
153
3. Within Visual Studio
154
1. Open your solution in Visual Studio
0 commit comments