-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathNetCoreKit.Infrastructure.Mongo.csproj
More file actions
26 lines (21 loc) · 1.06 KB
/
NetCoreKit.Infrastructure.Mongo.csproj
File metadata and controls
26 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\packages.props" />
<PropertyGroup>
<id>NetCoreKit.Infrastructure.Mongo</id>
<version>0.0.1</version>
<Title>The Mongo library for Cloud Native .NET Core Kit.</Title>
<Description>The MySQL database default for NetCoreKit.Infrastructure.Mongo</Description>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="2.2.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NetCoreKit.Domain\NetCoreKit.Domain.csproj" />
<ProjectReference Include="..\NetCoreKit.Infrastructure\NetCoreKit.Infrastructure.csproj" />
<ProjectReference Include="..\NetCoreKit.Utils\NetCoreKit.Utils.csproj" />
</ItemGroup>
</Project>