Skip to content

Commit

Permalink
Update to godot 4.2.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
spimort authored May 21, 2024
1 parent 01ebffb commit b1ec61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TerraBrush.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Godot.NET.Sdk/4.2.0">
<Project Sdk="Godot.NET.Sdk/4.2.2">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>
</Project>

0 comments on commit b1ec61a

Please sign in to comment.