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> <PropertyGroup>
<!--package info--> <!--package info-->
<PackageId>DTLib.Ben.Demystifier</PackageId> <PackageId>DTLib.Ben.Demystifier</PackageId>
<Version>1.0.2</Version> <Version>1.0.3</Version>
<Authors>Timerix</Authors> <Authors>Timerix</Authors>
<Description>netstandard2.0 fork of Ben.Demystifier</Description> <Description>netstandard2.0 fork of Ben.Demystifier</Description>
<RepositoryType>GIT</RepositoryType> <RepositoryType>GIT</RepositoryType>
@ -12,7 +12,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<!--compilation properties--> <!--compilation properties-->
<TargetFrameworks>net6.0;netstandard2.0;net48</TargetFrameworks> <TargetFrameworks>netstandard2.0;net48;net6.0;net7.0</TargetFrameworks>
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
<!--language features--> <!--language features-->
<LangVersion>10</LangVersion> <LangVersion>10</LangVersion>