Compare commits
3 Commits
8966d5c501
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4eaade6e92 | |||
| bb96774c37 | |||
| b19c39b684 |
@@ -2,18 +2,19 @@
|
||||
<PropertyGroup>
|
||||
<!--package info-->
|
||||
<PackageId>DTLib.Demystifier</PackageId>
|
||||
<Version>1.1.0</Version>
|
||||
<Description>netstandard fork of Ben.Demystifier</Description>
|
||||
<Version>1.1.1</Version>
|
||||
<Authors>Ben, Timerix</Authors>
|
||||
<Description>netstandard2.0 fork of Ben.Demystifier</Description>
|
||||
<RepositoryType>GIT</RepositoryType>
|
||||
<RepositoryUrl>https://timerix.ddns.net:3322/Timerix/DTLib.Demystifier</RepositoryUrl>
|
||||
<PackageProjectUrl>https://timerix.ddns.net:3322/Timerix/DTLib.Demystifier</PackageProjectUrl>
|
||||
<Configuration>Release</Configuration>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<!--compilation properties-->
|
||||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<!--language features-->
|
||||
<LangVersion>12</LangVersion>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<RootNamespace>DTLib.Demystifier</RootNamespace>
|
||||
@@ -21,8 +22,8 @@
|
||||
|
||||
<!--external dependencies-->
|
||||
<ItemGroup >
|
||||
<PackageReference Include="System.Reflection.Metadata" Version="8.0.0" />
|
||||
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
||||
<PackageReference Include="System.Reflection.Metadata" Version="9.0.5" />
|
||||
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--copy pdb files from nuget packages to publish directory-->
|
||||
|
||||
Reference in New Issue
Block a user