Skip to content

Commit

Permalink
Merge pull request #1010 from OpenKH/dependabot/nuget/System.Drawing.…
Browse files Browse the repository at this point in the history
…Common-8.0.3

Bump System.Drawing.Common from 8.0.2 to 8.0.3
  • Loading branch information
kenjiuno authored Mar 13, 2024
2 parents b304c82 + 3e279ce commit 34353fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenKh.Command.ImgTool/OpenKh.Command.ImgTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="YamlDotNet" Version="15.1.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Command.TexFooter/OpenKh.Command.TexFooter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="YamlDotNet" Version="15.1.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Kh1/OpenKh.Kh1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="Xe.BinaryMapper" Version="1.5.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Tools.Common/OpenKh.Tools.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectReference Include="..\OpenKh.Command.Bar\OpenKh.Command.Bar.csproj" />
<ProjectReference Include="..\OpenKh.Tools.ImageViewer\OpenKh.Tools.ImageViewer.csproj" />
<ProjectReference Include="..\Simple3DViewport\Simple3DViewport\Simple3DViewport.csproj" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 34353fb

Please sign in to comment.