Update Godot .NET SDK to 4.3.0 release

master
John Montagu, the 4th Earl of Sandvich 2024-10-18 15:05:54 -07:00
parent 534f9436ee
commit 5e87a02a76
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.1"> <Project Sdk="Godot.NET.Sdk/4.3.0">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>
@ -12,4 +12,4 @@
<None Remove="UnitTests/**/*" /> <None Remove="UnitTests/**/*" />
<PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" /> <PackageReference Include="Firebelley.GodotUtilities" Version="4.0.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>