Skip to content

Commit 06cc41e

Browse files
Bump System.Drawing.Common (#92)
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 7.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](https://github.com/dotnet/winforms/commits) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc1e369 commit 06cc41e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@
101101
<Reference Include="System" />
102102
<Reference Include="System.Configuration" />
103103
<Reference Include="System.Drawing" />
104-
<Reference Include="System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
105-
<HintPath>..\packages\System.Drawing.Common.7.0.0\lib\netstandard2.0\System.Drawing.Common.dll</HintPath>
104+
<Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
105+
<HintPath>..\packages\System.Drawing.Common.9.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
106+
<Private>True</Private>
106107
</Reference>
107108
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108109
<SpecificVersion>False</SpecificVersion>

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
88
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
99
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
10-
<package id="System.Drawing.Common" version="7.0.0" targetFramework="net461" />
10+
<package id="System.Drawing.Common" version="9.0.0" targetFramework="net48" />
1111
</packages>

0 commit comments

Comments
 (0)