Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 3757811 commit 226c15e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.3">
<Project Sdk="Godot.NET.Sdk/4.3.0-rc.1">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<!-- Test executor. -->
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.6-godot4.3.0-beta.3" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.5.7-godot4.3.0-rc.1" />
<!-- Assertions library. -->
<PackageReference Include="Shouldly" Version="4.2.1" />
<!-- Generated mocks. -->
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-beta.3" />
<PackageReference Include="GodotSharp" Version="4.3.0-rc.1" />
<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-beta.3"
"Godot.NET.Sdk": "4.3.0-rc.1"
}
}

0 comments on commit 226c15e

Please sign in to comment.