Skip to content

Commit 12800d6

Browse files
committed
fix: revert accidental godot sdk version bump (sigh)
1 parent 1ac3c99 commit 12800d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Rhythia.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Godot.NET.Sdk/4.6.3">
1+
<Project Sdk="Godot.NET.Sdk/4.6.2">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net10.0</TargetFramework>
@@ -20,4 +20,3 @@
2020
<PackageReference Include="Updatum" Version="1.3.2" />
2121
</ItemGroup>
2222
</Project>
23-

0 commit comments

Comments
 (0)