Move FSharp.Core version to .fsproj files

- Change event DU to struct
This commit is contained in:
2024-01-02 19:26:09 -05:00
parent 85ac22877c
commit 71286b9064
5 changed files with 8 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
<ItemGroup>
<PackageReference Include="Giraffe.ViewEngine" Version="1.4.0" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>
<ItemGroup>

View File

@@ -20,6 +20,7 @@ module HxEncoding =
/// The events recognized by htmx
[<Struct>]
type HxEvent =
/// Send this event to an element to abort a request
| Abort