Updated C# Projects
Added EFC to C# Project. Godot Project adds C# Functionality.
This commit is contained in:
parent
dcf1c7c5c9
commit
09c99b6cf5
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<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" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -12,7 +12,7 @@ config_version=5
|
|||
|
||||
config/name="PokePurple"
|
||||
config/description="Poke`mon Twitch Community Game"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.4", "C#")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[autoload]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue