We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962eab2 commit 1984f09Copy full SHA for 1984f09
3 files changed
.github/workflows/spellcheck.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
name: 🧾 Checkout
18
19
- - uses: streetsidesoftware/cspell-action@v7
+ - uses: streetsidesoftware/cspell-action@v8
20
name: 📝 Check Spelling
21
with:
22
config: './cspell.json'
OpenPolytopia/OpenPolytopia.csproj
@@ -45,7 +45,7 @@
45
</ItemGroup>
46
<ItemGroup><!-- Production dependencies go here! -->
47
48
- <PackageReference Include="Chickensoft.GameTools" Version="2.1.14" />
+ <PackageReference Include="Chickensoft.GameTools" Version="3.1.0" />
49
50
<PackageReference Include="SpacetimeDB.ClientSDK" Version="1.5.0" />
51
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.306",
+ "version": "10.0.100",
4
"rollForward": "major"
5
},
6
"msbuild-sdks": {
0 commit comments