This commit is contained in:
2023-02-24 23:50:01 +06:00
parent 148ad19fae
commit d94114b4e3
6 changed files with 19 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
<Configuration>Release</Configuration>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!--compilation properties-->
<TargetFrameworks>net6.0;netstandard2.0;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net48;net6.0;net7.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.Dtsod" Version="1.1.0" />
<PackageReference Include="DTLib.Dtsod" Version="1.1.3" />
</ItemGroup>
<!--project files-->