Improve testing and some cleanup refactoring.
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.9" />
|
||||
<PackageReference Include="Microsoft.OpenApi" Version="2.10.0" />
|
||||
<PackageReference Include="WolverineFx" Version="6.18.0" />
|
||||
<PackageReference Include="WolverineFx.Http" Version="6.18.0" />
|
||||
<PackageReference Include="WolverineFx.RuntimeCompilation" Version="6.18.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.9"/>
|
||||
<PackageReference Include="Microsoft.OpenApi" Version="2.10.0"/>
|
||||
<PackageReference Include="WolverineFx" Version="6.18.0"/>
|
||||
<PackageReference Include="WolverineFx.Http" Version="6.18.0"/>
|
||||
<PackageReference Include="WolverineFx.RuntimeCompilation" Version="6.18.0"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FinancialApi.Infrastructure\FinancialApi.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\FinancialApi.ServiceDefaults\FinancialApi.ServiceDefaults.csproj" />
|
||||
<ProjectReference Include="..\FinancialApi.Infrastructure\FinancialApi.Infrastructure.csproj"/>
|
||||
<ProjectReference Include="..\FinancialApi.ServiceDefaults\FinancialApi.ServiceDefaults.csproj"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user