Skip to content

Commit f7d2af2

Browse files
authored
Merge branch 'main' into dependabot/nuget/src/AndDoneSecureClientLibrary.Test/xunit-2.9.3
2 parents 12c0b8b + 21b7ed3 commit f7d2af2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Class | Method | HTTP request | Description
434434
---
435435

436436
## Including library
437-
To include this **AndDone's DotNet client library** in your project:
437+
You can include this **AndDone's DotNet client library** in your project manually or within Visual Studio. Note that the first time you include the library, you may be prompted to enter your GitHub credentials.
438438

439439
#### Manually
440440
1. Add the package source reference to the local machine by running the following in Powershell:

src/AndDoneSecureClientLibrary.Test/AndDoneSecureClientLibrary.Test.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.2" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
14+
1415
</ItemGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)