removed dtlib internal logging

This commit is contained in:
2024-01-05 23:12:15 +06:00
parent d54316ca61
commit 81e4238b1c
17 changed files with 37 additions and 96 deletions

View File

@@ -12,7 +12,7 @@
<Configuration>Release</Configuration>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!--compilation properties-->
<TargetFrameworks>netstandard2.0;net48;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<DebugType>embedded</DebugType>
<!--language features-->
<LangVersion>10</LangVersion>
@@ -35,7 +35,7 @@
<ProjectReference Include="..\DTLib.Dtsod\DTLib.Dtsod.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib" Version="1.3.0" />
<PackageReference Include="DTLib" Version="1.3.1" />
</ItemGroup>
<!--project files-->