|
@@ -1,9 +1,9 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>netstandard2.0;netstandard2.1;net461;net5;net6</TargetFrameworks>
|
|
|
+ <TargetFrameworks>netstandard2.0;netstandard2.1;net461;net5;net6;net7</TargetFrameworks>
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <Version>2.5.7.2</Version>
|
|
|
+ <Version>2.5.7.3</Version>
|
|
|
<Authors>懒得勤快</Authors>
|
|
|
<Description>Masuit.Tools基础公共库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,Excel简单导出,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。</Description>
|
|
|
<Copyright>懒得勤快,长空X</Copyright>
|
|
@@ -44,50 +44,54 @@
|
|
|
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="DnsClient" Version="1.7.0" />
|
|
|
- <PackageReference Include="FastExpressionCompiler" Version="3.3.3" />
|
|
|
<PackageReference Include="HtmlSanitizer" Version="8.0.601" />
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
|
- <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
|
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta14" />
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
|
|
|
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.1" />
|
|
|
- <PackageReference Include="System.Management" Version="6.0.0" />
|
|
|
+ <PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
|
|
|
+ <PackageReference Include="System.Management" Version="7.0.0" />
|
|
|
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
|
|
|
<PackageReference Include="SharpCompress" Version="0.32.2" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net5'">
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
|
|
|
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="5.0.1" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net6'">
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
|
|
|
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.0" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net7'">
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
|
|
|
+ <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
|
|
|
<Reference Include="System.Web" />
|
|
|
<PackageReference Include="System.Buffers" version="4.5.1" targetFramework="net461" />
|
|
|
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.5" />
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
|
<PackageReference Include="System.Runtime.Numerics" version="4.3.0" targetFramework="net461" />
|
|
|
<PackageReference Include="System.ValueTuple" version="4.5.0" targetFramework="net461" />
|
|
|
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|