Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions OpenPolytopia.Common/OpenPolytopia.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNext.Threading" Version="5.25.2"/>
<PackageReference Include="GodotSharp" Version="4.5.0"/>
<PackageReference Include="DotNext.Threading" Version="5.26.1"/>
<PackageReference Include="GodotSharp" Version="4.5.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions OpenPolytopia/OpenPolytopia.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.5.0">
<Project Sdk="Godot.NET.Sdk/4.5.1">
<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
<LangVersion>latest</LangVersion>
Expand Down Expand Up @@ -32,9 +32,9 @@
<ItemGroup Condition=" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'ExportDebug' ">
<!-- Test dependencies go here! -->
<!-- Dependencies added here will not be included in release builds. -->
<PackageReference Include="Chickensoft.GoDotTest" Version="2.0.19" />
<PackageReference Include="Chickensoft.GoDotTest" Version="2.0.27" />
<!-- Used to drive test scenes when testing visual code -->
<PackageReference Include="Chickensoft.GodotTestDriver" Version="3.1.44" />
<PackageReference Include="Chickensoft.GodotTestDriver" Version="3.1.56" />
<!-- Bring your own assertion library for tests! -->
<!-- We're using Shouldly for this example, but you can use anything. -->
<PackageReference Include="Shouldly" Version="4.3.0" />
Expand All @@ -45,9 +45,9 @@
</ItemGroup>
<ItemGroup><!-- Production dependencies go here! -->

<PackageReference Include="Chickensoft.GameTools" Version="2.1.14" />
<PackageReference Include="Chickensoft.GameTools" Version="2.1.19" />

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

<PackageReference Include="System.Numerics.Vectors" Version="4.6.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion StdbModule/StdbModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpacetimeDB.Runtime" Version="1.5.0"/>
<PackageReference Include="SpacetimeDB.Runtime" Version="1.11.1"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "9.0.306",
"version": "9.0.308",
"rollForward": "major"
},
"msbuild-sdks": {
"Godot.NET.Sdk": "4.5.0"
"Godot.NET.Sdk": "4.5.1"
}
}
Loading