merged projects DTLib.Dtsod, DTLib.Network and DTLib.Logging into DTLib project

This commit is contained in:
2024-09-20 01:45:33 +05:00
parent c31370f37a
commit 249627dc78
91 changed files with 55 additions and 34664 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Logging.Microsoft</PackageId>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Authors>Timerix</Authors>
<Description>DTLib logger wrapper with dependency injection</Description>
<RepositoryType>GIT</RepositoryType>
@@ -11,8 +11,7 @@
<Configuration>Release</Configuration>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!--compilation properties-->
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<DebugType>embedded</DebugType>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<!--language features-->
<LangVersion>12</LangVersion>
<Nullable>disable</Nullable>
@@ -26,9 +25,9 @@
<!--DTLib dependencies-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<ProjectReference Include="..\DTLib.Logging\DTLib.Logging.csproj" />
<ProjectReference Include="..\DTLib\DTLib.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib.Logging" Version="1.3.5" />
<PackageReference Include="DTLib" Version="1.4.*" />
</ItemGroup>
</Project>