-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbies.Conduit.Api.csproj
More file actions
24 lines (20 loc) · 1.02 KB
/
Abies.Conduit.Api.csproj
File metadata and controls
24 lines (20 loc) · 1.02 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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Abies.Conduit\Abies.Conduit.csproj" />
<ProjectReference Include="..\Abies.Conduit.ReadStore.PostgreSQL\Abies.Conduit.ReadStore.PostgreSQL.csproj" />
<ProjectReference Include="..\Automaton\Automaton.csproj" />
<ProjectReference Include="..\Automaton.Patterns\Automaton.Patterns.csproj" />
<ProjectReference Include="..\Automaton.Patterns.EventSourcing.KurrentDB\Automaton.Patterns.EventSourcing.KurrentDB.csproj" />
<ProjectReference Include="..\Abies.ServiceDefaults\Abies.ServiceDefaults.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.1.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.16.0" />
</ItemGroup>
</Project>