Updated C# Projects

Added EFC to C# Project.
Godot Project adds C# Functionality.
This commit is contained in:
Mario Steele 2025-06-13 02:46:20 -05:00
parent dcf1c7c5c9
commit 09c99b6cf5
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="GodotSharpExtras" Version="0.5.0" /> <PackageReference Include="GodotSharpExtras" Version="0.5.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.17" />
<PackageReference Include="PokeApiNet" Version="4.0.0" /> <PackageReference Include="PokeApiNet" Version="4.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -12,7 +12,7 @@ config_version=5
config/name="PokePurple" config/name="PokePurple"
config/description="Poke`mon Twitch Community Game" config/description="Poke`mon Twitch Community Game"
config/features=PackedStringArray("4.4") config/features=PackedStringArray("4.4", "C#")
config/icon="res://icon.png" config/icon="res://icon.png"
[autoload] [autoload]