Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

C# 8.0 #73

Closed AdamNorberg closed 2 years ago

AdamNorberg commented 2 years ago

Moves to .NET Standard 2.1 SDK level, enabling almost all of the APIs that .NET 5 offers. (Godot supports .NET Standard 2.1 but documentation is conflicting on how it feels about .NET 5 so I'm not pushing my luck.)

Closes #13 but does not actually enable or migrate to nullability annotations - that's up next.

AdamNorberg commented 2 years ago

Note that issue #74 now exists to track the nullability annotations.