Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
System.Drawing.Common降级到5.0.3,由于Core3.1兼容性问题。(合并到2.5.5.27)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoChen98 committed Jan 15, 2022
1 parent f504dbc commit 3a2306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BiliAccount/BiliAccount.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp3.0' OR '$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="QRCoder" Version="1.4.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3a2306c

Please sign in to comment.