You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.Repository/Tiobon.Core.Repository.csproj

30 lines
935 B

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\build\common.targets" />
<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.22.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.22.0" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\Tiobon.Core.Api\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Tiobon.Core\bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tiobon.Core.Common\Tiobon.Core.Common.csproj" />
<ProjectReference Include="..\Tiobon.Core.Model\Tiobon.Core.Model.csproj" />
</ItemGroup>
</Project>