remove old packages

This commit is contained in:
Sergio Matias Urquin
2025-05-17 23:05:46 -06:00
parent dacb004ae9
commit 37db76d94a
3 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
using Lib.Architecture.BuildingBlocks.Presentation.Adapters;
using Lib.Architecture.BuildingBlocks;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Refit;

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Core.Blueprint.Logging" Version="0.3.0-alpha0034" />
<PackageReference Include="Blueprint.Logging" Version="0.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.0.0" />