Simplify flake (#12)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #12
This commit is contained in:
2024-05-31 23:49:34 +00:00
parent eb1cc43a08
commit a29133a443
8 changed files with 54 additions and 233 deletions

View File

@@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="ApiSurface" Version="4.0.12" />
<PackageReference Include="FsCheck" Version="2.16.6" />
<PackageReference Include="FsCheck" Version="3.0.0-rc1" />
<PackageReference Include="FsUnit" Version="5.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0"/>
<PackageReference Include="NUnit" Version="3.14.0"/>

View File

@@ -1,7 +1,12 @@
namespace PureGym.Test
open System
open System.IO
open System.Reflection.Metadata
open System.Reflection.PortableExecutable
open System.Text.Json
open System.Text.Json.Nodes
open System.Text.Json.Serialization
open NUnit.Framework
open FsUnitTyped
open PureGym