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
docs: update AGENTS.md test target from net6.0 to net9.0
The test project was updated to target net9.0 but AGENTS.md still
referenced net6.0 in two places. Update to reflect actual state.
Also note that FSharp.Core is pinned to 6.0.1 intentionally, to
ensure compatibility with the minimum supported version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
-`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