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
Apparently this has fewer dependencies than netstandard2.0,
and some projects would've picked net45 in favour of netstandard2.0.
Eventually we may want to drop net45, for now just add the new target.
There is also net9.0, but it has an EOL date ahead of net8.0 which is LTS.
A quick sanity test that the net80 target includes tracing support:
```
make sdksanity
strings -el ./_build/default/ocaml/sdk-gen/csharp/autogen-out/src/bin/Release/net80/XenServer.dll|grep traceparent traceparent
```
Signed-off-by: Edwin Török <[email protected]>
0 commit comments