Commit b488403
chore: remove EOL netcoreapp3.1 test invocation from build script
The test project (SqlClient.Tests.fsproj) targets net8.0 and net462 only;
it has never targeted netcoreapp3.1. Running dotnet test against a framework
the project does not target is a no-op at best and a spurious warning at
worst. .NET Core 3.1 reached end-of-life in December 2022.
Remove the dead invocation so the build script only tests against the
two supported frameworks: net462 (for .NET Framework) and net8.0 (for
modern .NET).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 82de73a commit b488403
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
| |||
0 commit comments