Skip to content

Commit 1747241

Browse files
authored
Bump FsUnit to 6.0.0 stable (#3035)
1 parent e24e503 commit 1747241

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0"/>
3636
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
3737
<PackageVersion Include="FsCheck" Version="2.16.5" />
38-
<PackageVersion Include="FsUnit" Version="6.0.0-alpha1" />
38+
<PackageVersion Include="FsUnit" Version="6.0.0" />
3939
</ItemGroup>
4040
</Project>

src/Fantomas.Core.Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"FsUnit": {
3030
"type": "Direct",
31-
"requested": "[6.0.0-alpha1, )",
32-
"resolved": "6.0.0-alpha1",
33-
"contentHash": "c5opMUcMBpOBs7m2f4L14PUfGzEoBwM2jQuWcw+Vfm5vQDGVX5WB6vmJB78S2C4dR8+QCJrvzTzSWiWFvcDUYA==",
31+
"requested": "[6.0.0, )",
32+
"resolved": "6.0.0",
33+
"contentHash": "XDZamUZ6uu9517/sGnMGtGLZQf/r1JReCjir6aZHrfIH7ZLw49PjmIOjtNmFL3w7F1ii7S/j9e7tO4HNEqlv9A==",
3434
"dependencies": {
3535
"FSharp.Core": "5.0.2",
3636
"NUnit": "4.0.1"

src/Fantomas.Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"FsUnit": {
3030
"type": "Direct",
31-
"requested": "[6.0.0-alpha1, )",
32-
"resolved": "6.0.0-alpha1",
33-
"contentHash": "c5opMUcMBpOBs7m2f4L14PUfGzEoBwM2jQuWcw+Vfm5vQDGVX5WB6vmJB78S2C4dR8+QCJrvzTzSWiWFvcDUYA==",
31+
"requested": "[6.0.0, )",
32+
"resolved": "6.0.0",
33+
"contentHash": "XDZamUZ6uu9517/sGnMGtGLZQf/r1JReCjir6aZHrfIH7ZLw49PjmIOjtNmFL3w7F1ii7S/j9e7tO4HNEqlv9A==",
3434
"dependencies": {
3535
"FSharp.Core": "5.0.2",
3636
"NUnit": "4.0.1"

0 commit comments

Comments
 (0)