feat: Moves logger to a separate assembly for reuse (#2001)

This commit is contained in:
Guyute 2024-12-30 23:25:34 -05:00 committed by GitHub
parent 333b40872a
commit 9d0d454b4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 0 deletions

View file

@ -33,6 +33,7 @@
<Delete Files="..\..\Distribution\System.IO.Hashing.dll" ContinueOnError="true" />
</Target>
<ItemGroup>
<ProjectReference Include="..\Logger\Logger.csproj" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
<PackageReference Include="LibDeflate.Bindings" Version="1.0.2.120" />
<PackageReference Include="PollGroup" Version="1.6.1" />