Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chg - Fixed missing package causing build failure
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 27, 2024
1 parent d2e4ee2 commit 0d2795a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NativeLand/NativeLand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>

</Project>

0 comments on commit 0d2795a

Please sign in to comment.