-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWealth.InstrumentManagement.Infrastructure.csproj
More file actions
19 lines (19 loc) · 1.2 KB
/
Wealth.InstrumentManagement.Infrastructure.csproj
File metadata and controls
19 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\..\BuildingBlocks\src\Wealth.BuildingBlocks.Infrastructure.KafkaProducer\Wealth.BuildingBlocks.Infrastructure.KafkaProducer.csproj" />
<ProjectReference Include="..\..\..\BuildingBlocks\src\Wealth.BuildingBlocks.Infrastructure\Wealth.BuildingBlocks.Infrastructure.csproj" />
<ProjectReference Include="..\Wealth.InstrumentManagement.Application\Wealth.InstrumentManagement.Application.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="Dommel" Version="3.5.1" />
<PackageReference Include="FluentMigrator" Version="8.0.1" />
<PackageReference Include="FluentMigrator.Runner.Postgres" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
<PackageReference Include="Npgsql" Version="10.0.1" />
<PackageReference Include="Polly.RateLimiting" Version="8.6.6" />
<PackageReference Include="Z.Dapper.Plus" Version="9.2.1" />
<PackageReference Include="Tinkoff.InvestApi" Version="0.6.18" />
<PackageReference Include="Scrutor" Version="7.0.0" />
</ItemGroup>
</Project>