elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
585 stars 208 forks source link

Remove net 6.0 targets #2498

Closed stevejgordon closed 2 days ago

stevejgordon commented 4 days ago

Closes #2489

stevejgordon commented 2 days ago

Lgtm, one thing that comes to mind is to double check all our .dotnet-tools.json dependencies run on .net 8.0.

We might get bit by that during release.

Starting with .net 9 we can control this strict sdk pinning for running dotnet tools by specifying it's safe to run this tool on a later sdk (99.99÷) of the time.

Good shout! assembly-differ has a specific net8.0 target, so I think that's fine, and minver-cli has the RollForward MSBuild property. As that's been working on the .NET 8 SDK already, I think that should be ok.