Simplify flake (#12)
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Reviewed-on: #12
This commit is contained in:
@@ -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"/>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user