Skip to content

Simple C# code. Able to use it in GDScript with Godot4(C# Support).

License

Notifications You must be signed in to change notification settings

cozyBrain/MongoDB-Connector-for-Godot4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MongoDB-Connector-for-Godot4

Simple C# code. Able to use it in GDScript with Godot4(C# Support).

<Project Sdk="Godot.NET.Sdk/4.1.2">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <EnableDynamicLoading>true</EnableDynamicLoading>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="MongoDB.Driver" Version="2.22.0"/>
  </ItemGroup>
</Project>

About

Simple C# code. Able to use it in GDScript with Godot4(C# Support).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages