bugsnag / bugsnag-unity

Automatic error reporting for Unity games
https://docs.bugsnag.com/platforms/unity
MIT License
89 stars 31 forks source link

PLAT-12363 build unity notifier with dotnet standard 2.0 #816

Closed richardelms closed 1 month ago

richardelms commented 1 month ago

Goal

The sdk was being built with legacy frameworks, these frameworks made sense at the time, but now we only support unity 2020 and up, switching to dot net standard 2.0 means we can use all modern IDEs and also means that supporting the eventual change to dotnet 4.0 will be easier.

Changeset

Testing

Full CI Run against existing tests