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

@@ -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