SqlSugar/Src/Asp.NetCore2/MongoDbTest/MongoDbTest.csproj

16 lines
435 B
XML
Raw Normal View History

2025-04-26 15:50:22 +08:00
<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" />
2025-05-04 14:02:50 +08:00
<ProjectReference Include="..\SqlSugar.MongoDbCore\SqlSugar.MongoDbCore.csproj" />
2025-04-26 15:50:22 +08:00
</ItemGroup>
</Project>