Skip to content

Commit

Permalink
quickfix: Downgrade logging package. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
defectiveAi authored Jan 24, 2025
1 parent 39b5d90 commit 81e5278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Energinet.DataHub.Core.Logging.LoggingMiddleware" Version="3.2.1" />
<PackageReference Include="Energinet.DataHub.RevisionLog.Integration" Version="1.1.4" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.3.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.7.0" />
<PackageReference Include="Energinet.DataHub.Core.App.WebApp" Version="14.0.2" />
<PackageReference Include="Energinet.DataHub.Core.Logging.LoggingMiddleware" Version="4.0.2" />
<PackageReference Include="Energinet.DataHub.Core.Logging.LoggingMiddleware" Version="3.2.1" />
<PackageReference Include="Energinet.DataHub.RevisionLog.Integration.WebApi" Version="1.1.4" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
Expand Down

0 comments on commit 81e5278

Please sign in to comment.