|
@@ -24,6 +24,13 @@
|
|
|
<Company>masuit.com</Company>
|
|
|
<AssemblyVersion>2.4.1.1</AssemblyVersion>
|
|
|
<PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
|
|
|
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
+ <IncludeSymbols>true</IncludeSymbols>
|
|
|
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
|
|
|
+ <DocumentationFile>.\Masuit.Tools.Abstractions.xml</DocumentationFile>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
@@ -38,7 +45,7 @@
|
|
|
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="DnsClient" Version="1.3.2" />
|
|
|
- <PackageReference Include="HtmlAgilityPack" Version="1.11.28" />
|
|
|
+ <PackageReference Include="HtmlAgilityPack" Version="1.11.29" />
|
|
|
<PackageReference Include="HtmlSanitizer" Version="5.0.355" />
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
@@ -46,25 +53,21 @@
|
|
|
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" />
|
|
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
|
|
<PackageReference Include="System.Management" Version="4.7.0" />
|
|
|
- <PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
|
|
|
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
|
|
|
<PackageReference Include="System.Drawing.Common" Version="4.5.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.9" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net5'">
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|