feat: 升级公共组件

This commit is contained in:
Fu Diwei
2024-07-13 21:56:04 +08:00
parent 107fd3c206
commit 4acd2895a8
51 changed files with 146 additions and 508 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462; net471; netstandard2.0; net6.0</TargetFrameworks>
<TargetFrameworks>net462; netstandard2.0; net6.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
<NullableReferenceTypes>true</NullableReferenceTypes>
@@ -42,13 +42,9 @@
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" Condition="'$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'net471'" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="3.0.0" />
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="3.1.0" />
</ItemGroup>
</Project>