- Bring help into the application (#51)
- Dependency updates

Reviewed-on: #53
This commit was merged in pull request #53.
This commit is contained in:
2024-06-29 00:22:43 +00:00
parent fdb8f2ebf1
commit bb79b38738
56 changed files with 1814 additions and 1351 deletions

View File

@@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="9.0.4" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Include="NodaTime.Testing" Version="3.1.11" />
<PackageReference Update="FSharp.Core" Version="8.0.300" />
</ItemGroup>

View File

@@ -2,4 +2,4 @@
[<EntryPoint>]
let main argv =
runTestsInAssembly defaultConfig argv
runTestsInAssemblyWithCLIArgs [] argv