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>
|
|
|
|
|
2025-07-26 18:19:00 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="UnitTest\QueryLeftJoin3.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2025-04-26 15:50:22 +08:00
|
|
|
<ItemGroup>
|
2025-06-13 16:05:38 +08:00
|
|
|
<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>
|