Updated logger

This commit is contained in:
2025-05-06 16:46:51 +03:00
parent e6976a5a74
commit 296dbf5309
19 changed files with 160 additions and 30 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;ARM64</Platforms>
</PropertyGroup>
<ItemGroup>

View File

@@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;ARM64</Platforms>
</PropertyGroup>
<ItemGroup>
@@ -12,15 +13,15 @@
</ItemGroup>
<ItemGroup>
<Compile Remove="libs\**"/>
<Compile Remove="libs\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="libs\**"/>
<EmbeddedResource Remove="libs\**" />
</ItemGroup>
<ItemGroup>
<None Remove="libs\**"/>
<None Remove="libs\**" />
</ItemGroup>
</Project>