Add MongoDb Csproj

This commit is contained in:
sunkaixuan
2025-04-26 15:50:22 +08:00
parent a425f4d66b
commit eb6a041b0f
6 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MongoDb.Ado.data\MongoDb.Ado.data.csproj" />
</ItemGroup>
</Project>