Skip to content

Commit

Permalink
Bump FsUnit to 6.0.0 stable (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Jan 11, 2024
1 parent e24e503 commit 1747241
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
<PackageVersion Include="FsCheck" Version="2.16.5" />
<PackageVersion Include="FsUnit" Version="6.0.0-alpha1" />
<PackageVersion Include="FsUnit" Version="6.0.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/Fantomas.Core.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"FsUnit": {
"type": "Direct",
"requested": "[6.0.0-alpha1, )",
"resolved": "6.0.0-alpha1",
"contentHash": "c5opMUcMBpOBs7m2f4L14PUfGzEoBwM2jQuWcw+Vfm5vQDGVX5WB6vmJB78S2C4dR8+QCJrvzTzSWiWFvcDUYA==",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "XDZamUZ6uu9517/sGnMGtGLZQf/r1JReCjir6aZHrfIH7ZLw49PjmIOjtNmFL3w7F1ii7S/j9e7tO4HNEqlv9A==",
"dependencies": {
"FSharp.Core": "5.0.2",
"NUnit": "4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions src/Fantomas.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"FsUnit": {
"type": "Direct",
"requested": "[6.0.0-alpha1, )",
"resolved": "6.0.0-alpha1",
"contentHash": "c5opMUcMBpOBs7m2f4L14PUfGzEoBwM2jQuWcw+Vfm5vQDGVX5WB6vmJB78S2C4dR8+QCJrvzTzSWiWFvcDUYA==",
"requested": "[6.0.0, )",
"resolved": "6.0.0",
"contentHash": "XDZamUZ6uu9517/sGnMGtGLZQf/r1JReCjir6aZHrfIH7ZLw49PjmIOjtNmFL3w7F1ii7S/j9e7tO4HNEqlv9A==",
"dependencies": {
"FSharp.Core": "5.0.2",
"NUnit": "4.0.1"
Expand Down

0 comments on commit 1747241

Please sign in to comment.