|
@@ -7,7 +7,7 @@
|
|
|
<LangVersion>8.0</LangVersion>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
<CodeAnalysisRuleSet />
|
|
|
- <Version>2.2.9.6</Version>
|
|
|
+ <Version>2.2.9.7</Version>
|
|
|
<Authors>懒得勤快</Authors>
|
|
|
<Description>Masuit.Tools基础公共库</Description>
|
|
|
<Copyright>懒得勤快,长空X</Copyright>
|
|
@@ -20,9 +20,9 @@
|
|
|
<RepositoryType>Github</RepositoryType>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
|
|
- <FileVersion>2.2.9.6</FileVersion>
|
|
|
+ <FileVersion>2.2.9.7</FileVersion>
|
|
|
<Company>masuit.com</Company>
|
|
|
- <AssemblyVersion>2.2.9.6</AssemblyVersion>
|
|
|
+ <AssemblyVersion>2.2.9.7</AssemblyVersion>
|
|
|
<PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
|
|
|
</PropertyGroup>
|
|
|
|
|
@@ -31,6 +31,8 @@
|
|
|
<PackageReference Include="DnsClient" Version="1.3.2" />
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
|
|
|
<PackageReference Include="HtmlSanitizer" Version="5.0.343" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
|
|
@@ -40,12 +42,17 @@
|
|
|
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
- <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
+ <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
|
|
|
<Reference Include="System.Web" />
|
|
|
<PackageReference Include="System.Buffers" version="4.5.1" targetFramework="net461" />
|