mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
deps: upgrade System.Drawing.Common to 6.0.0
This commit is contained in:
parent
4e1772023b
commit
bc898e0fce
4 changed files with 7 additions and 5 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
|
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
|
||||||
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
|
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
||||||
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.1" />
|
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.1" />
|
||||||
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />
|
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,9 @@ internal record LocalPluginManifest : PluginManifest
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public const string FlagMainRepo = "OFFICIAL";
|
public const string FlagMainRepo = "OFFICIAL";
|
||||||
|
|
||||||
/// <summary> "DEVPLUGIN" </summary>
|
/// <summary>
|
||||||
|
/// Flag indicating that a plugin is a dev plugin..
|
||||||
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public const string FlagDevPlugin = "DEVPLUGIN";
|
public const string FlagDevPlugin = "DEVPLUGIN";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue