Skip to content

Commit

Permalink
Update Expecto and test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Feb 10, 2024
1 parent cb10c66 commit 49074f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FsCloudInitTests/FsCloudInitTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Expecto" Version="9.*" />
<PackageReference Include="Expecto" Version="10.1.*" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Update="FSharp.Core" Version="7.*" />
<PackageReference Update="FSharp.Core" Version="8.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FsCloudInitTests/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ open Expecto

[<EntryPoint>]
let main argv =
Tests.runTestsInAssembly defaultConfig argv
Tests.runTestsInAssemblyWithCLIArgs [] argv

0 comments on commit 49074f7

Please sign in to comment.