-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docs and hopefully fixed dependencies
- Loading branch information
Showing
19 changed files
with
100 additions
and
1,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
source https://api.nuget.org/v3/index.json | ||
|
||
storage: none | ||
framework: net5.0, netstandard2.0, netstandard2.1 | ||
framework: net5.0 | ||
|
||
nuget FSharp.Core ~> 6 | ||
nuget FSharp.Core ~> 6.0.1 | ||
|
||
nuget Newtonsoft.Json ~> 13 | ||
nuget Newtonsoft.Json ~> 13.0.1 | ||
|
||
nuget Microsoft.AspNetCore.TestHost ~> 5 | ||
nuget Microsoft.AspNetCore.App | ||
nuget Microsoft.AspNetCore.TestHost ~> 5.0.12 | ||
|
||
nuget FsUnit ~> 4 | ||
nuget NUnit ~> 3 | ||
nuget NUnit3TestAdapter ~> 4 | ||
nuget FsUnit ~> 4.0.7 | ||
nuget NUnit ~> 3.13.2 | ||
nuget NUnit3TestAdapter ~> 4.1 | ||
|
||
nuget Microsoft.NET.Test.Sdk | ||
nuget Microsoft.NET.Test.Sdk ~> 17.0 |
Oops, something went wrong.