mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
deps: downgrade System.Drawing.Common to 8.0.0
Fixes an issue wherein it would conflict with the runtime-provided version when loading System.Windows.Forms
This commit is contained in:
parent
a9ca9b44fb
commit
64f49be395
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
|
||||
<PackageReference Include="System.Reactive" Version="5.0.0" />
|
||||
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.0" />
|
||||
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue