diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-27 00:13:54 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-27 00:13:54 +0100 |
commit | 2edef2a79559c9e93df7a828cffb5f68ffa8be5a (patch) | |
tree | f284131b6ced9c0ff10cf3f362e70dce8a2afc8f /modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj | |
parent | 0d1b5f88324b4ca235ae7599acf57fdb7b8f555a (diff) | |
parent | 3f1241cb82da4e405093c5a552e68c933beb0af3 (diff) |
Merge pull request #71825 from RedworkDE/net6-roll-forward
C#: Allow use of .NET 7
Diffstat (limited to 'modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj')
-rw-r--r-- | modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj b/modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj index e720d3878c..e58d730ee3 100644 --- a/modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj +++ b/modules/mono/glue/GodotSharp/GodotPlugins/GodotPlugins.csproj @@ -8,6 +8,7 @@ <!-- To generate the .runtimeconfig.json file--> <EnableDynamicLoading>true</EnableDynamicLoading> + <RollForward>LatestMajor</RollForward> </PropertyGroup> <ItemGroup> |