You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Version.props` — Single source of truth for the package version
@@ -97,7 +97,7 @@ All workflows are in `.github/workflows/`:
97
97
- F# source files use `.fs` extension; signature files use `.fsi`.
98
98
-`TreatWarningsAsErrors` is enabled for all projects.
99
99
- File ordering matters in F# — the `<Compile>` order in `.fsproj` files defines compilation order.
100
-
- The library targets `netstandard2.1`; tests target `net6.0` with `FSharp.Core` pinned to `6.0.1`.
100
+
- The library targets `netstandard2.1`; tests target `net9.0` with `FSharp.Core` pinned to `6.0.1` (intentional: ensures compatibility with the minimum supported version).
101
101
- NuGet packages are output to the `packages/` directory.
0 commit comments