feat(stage-tamagotchi-godot): migrate C# projects to .NET 10 (#2169)

This commit is contained in:
Garfield Lee
2026-08-02 18:43:24 +08:00
committed by GitHub
parent 9aa27af108
commit cfd9c26f09
34 changed files with 428 additions and 80 deletions
@@ -99,7 +99,7 @@ export default {
],
extraResources: [
{
from: '../../engines/stage-tamagotchi-godot/build/${os}',
from: '../../engines/stage-tamagotchi-godot/out/${os}',
to: 'godot-stage',
filter: ['**/*'],
},