stride3d / stride

Stride Game Engine (formerly Xenko)
https://stride3d.net
MIT License
6.32k stars 917 forks source link

fix: Rollback one of the TryAdd introduced through #2299, VS Package is still on net472 #2315

Closed Eideren closed 3 weeks ago

Eideren commented 3 weeks ago

PR Details

See title, TryAdd doesn't exist on net472

Related Issue

2299

Types of changes

Checklist

Kryptos-FR commented 2 weeks ago

Alternatively, it could be implemented as an extension method that only exists when compiling for net472.