Skip to content

Commit

Permalink
Merge pull request #257 from CaptnCodr/bugfix/nunit-constraint
Browse files Browse the repository at this point in the history
Add NUnit nuget constraint
  • Loading branch information
CaptnCodr authored Nov 29, 2023
2 parents 2d70809 + ebe61df commit 33761c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nuget FSharp.Core ~> 5.0.0
nuget Microsoft.NET.Test.Sdk

// NUnit
nuget NUnit
nuget NUnit ~> 3.13.3
nuget NUnit3TestAdapter
nuget System.Collections.Immutable
nuget System.Collections.NonGeneric
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.NUnit/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ files
../../src/install.ps1 ==> tools

dependencies
NUnit >= LOCKEDVERSION
NUnit >= LOCKEDVERSION < 4.0.0
FSharp.Core >= LOCKEDVERSION

0 comments on commit 33761c7

Please sign in to comment.