Files
silver-octo-spoon/wolverine/a-frame-architecture/FinancialApi/FinancialApi.csproj
T
brianj bf16b7b807 Added all projects
We are almost working.
2026-07-13 17:29:43 +02:00

23 lines
889 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.9"/>
<PackageReference Include="Microsoft.OpenApi" Version="2.10.0" />
<PackageReference Include="WolverineFx" Version="6.17.3" />
<PackageReference Include="WolverineFx.Http" Version="6.17.3" />
<PackageReference Include="WolverineFx.RuntimeCompilation" Version="6.17.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FinancialApi.Infrastructure\FinancialApi.Infrastructure.csproj" />
<ProjectReference Include="..\FinancialApi.ServiceDefaults\FinancialApi.ServiceDefaults.csproj" />
</ItemGroup>
</Project>