Commit 7bc237b
committed
Reduce target framework matrix to netstandard2.0;net47;net10.0
Drops 8 EOL or redundant TFMs (netcoreapp3.0, netcoreapp3.1, net5.0, net6.0,
net7.0, net8.0, net471, net472, net48, net481). Coverage is preserved:
netstandard2.0 covers all modern .NET (5+), net47 keeps the SetDllDirectory
bootstrap available for .NET Framework consumers, and net10.0 is the current
LTS modern-.NET target.
Broadens #if NET472_OR_GREATER to #if NETFRAMEWORK in NativeMethods.cs so the
SetDllDirectory bootstrap compiles into the net47 build (previously the gate
was narrower than the TFM list).1 parent 4fd3a5e commit 7bc237b
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src
- libplctag.NativeImport
- libplctag
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments