Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-21 | C#: Allow use of .NET 7 | RedworkDE | |
The editor will use .NET 7 if it is installed and fall back to .NET 6 otherwise. Exported projects will use .NET 7 or .NET 6 depending on the value of TargetFramework in the csproj. | |||
2022-08-22 | C#: Upgrade to .NET 6 (5.0 -> 6.0) | Ignacio Roldán Etcheverry | |
2022-08-22 | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | |
We're targeting .NET 5 for now to make development easier while .NET 6 is not yet released. TEMPORARY REGRESSIONS --------------------- Assembly unloading is not implemented yet. As such, many Godot resources are leaked at exit. This will be re-implemented later together with assembly hot-reloading. |