This commit is contained in:
timerix 2023-02-24 23:50:01 +06:00
parent d4b3c869bb
commit 76318a6ba4

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Ben.Demystifier</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Authors>Timerix</Authors>
<Description>netstandard2.0 fork of Ben.Demystifier</Description>
<RepositoryType>GIT</RepositoryType>
@ -12,7 +12,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<!--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>