Skip to content

Commit ee343d7

Browse files
chore(deps): update all dependencies
1 parent 962eab2 commit ee343d7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

OpenPolytopia.Common/OpenPolytopia.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="DotNext.Threading" Version="5.25.2"/>
12-
<PackageReference Include="GodotSharp" Version="4.5.0"/>
12+
<PackageReference Include="GodotSharp" Version="4.5.1"/>
1313
</ItemGroup>
1414

1515
<ItemGroup>

OpenPolytopia/OpenPolytopia.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Godot.NET.Sdk/4.5.0">
1+
<Project Sdk="Godot.NET.Sdk/4.5.1">
22
<PropertyGroup>
33
<EnableDynamicLoading>true</EnableDynamicLoading>
44
<LangVersion>latest</LangVersion>
@@ -32,9 +32,9 @@
3232
<ItemGroup Condition=" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'ExportDebug' ">
3333
<!-- Test dependencies go here! -->
3434
<!-- Dependencies added here will not be included in release builds. -->
35-
<PackageReference Include="Chickensoft.GoDotTest" Version="2.0.19" />
35+
<PackageReference Include="Chickensoft.GoDotTest" Version="2.0.20" />
3636
<!-- Used to drive test scenes when testing visual code -->
37-
<PackageReference Include="Chickensoft.GodotTestDriver" Version="3.1.44" />
37+
<PackageReference Include="Chickensoft.GodotTestDriver" Version="3.1.45" />
3838
<!-- Bring your own assertion library for tests! -->
3939
<!-- We're using Shouldly for this example, but you can use anything. -->
4040
<PackageReference Include="Shouldly" Version="4.3.0" />
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646
<ItemGroup><!-- Production dependencies go here! -->
4747

48-
<PackageReference Include="Chickensoft.GameTools" Version="2.1.14" />
48+
<PackageReference Include="Chickensoft.GameTools" Version="2.1.15" />
4949

5050
<PackageReference Include="SpacetimeDB.ClientSDK" Version="1.5.0" />
5151

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rollForward": "major"
55
},
66
"msbuild-sdks": {
7-
"Godot.NET.Sdk": "4.5.0"
7+
"Godot.NET.Sdk": "4.5.1"
88
}
99
}

0 commit comments

Comments
 (0)