Switch to .NET Standard 2.0
This reverts commit 75a413a40e.
75a413a40e
Nunit "by design" will not run tests for NETStandard projects (see: https://github.com/nunit/dotnet-test-nunit/issues/122#issuecomment-329531632).
Add setting to toggle performance logging
Fix @1x skin elements not being used
Increase deploy delta keep
Move binding to LoadComplete
Previously there was a chance that it would still never get disposed, as the event was bound in async load, before it was in a state it can be recursively disposed via the PlayerLoader call.