Skip to content

Commit

Permalink
chore(deps): update all dependencies to v4.3.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent d49f886 commit 68e512e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.3.0-rc.2">
<Project Sdk="Godot.NET.Sdk/4.3.0-rc.3">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GodotSharp" Version="4.3.0-rc.2" />
<PackageReference Include="GodotSharp" Version="4.3.0-rc.3" />
<PackageReference Include="Chickensoft.Serialization" Version="1.3.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.3.0-rc.2"
"Godot.NET.Sdk": "4.3.0-rc.3"
}
}

0 comments on commit 68e512e

Please sign in to comment.