Skip to content

Commit b22b449

Browse files
Bump System.Drawing.Common (#172)
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 9.0.3 to 9.0.4. - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](dotnet/winforms@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b426ef4 commit b22b449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<Reference Include="System.Configuration" />
123123
<Reference Include="System.Drawing" />
124124
<Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
125-
<HintPath>..\packages\System.Drawing.Common.9.0.3\lib\net462\System.Drawing.Common.dll</HintPath>
125+
<HintPath>..\packages\System.Drawing.Common.9.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
126126
<Private>True</Private>
127127
</Reference>
128128
<Reference Include="System.IO.Pipelines, Version=9.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
1212
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
1313
<package id="System.Buffers" version="4.6.1" targetFramework="net48" />
14-
<package id="System.Drawing.Common" version="9.0.3" targetFramework="net48" />
14+
<package id="System.Drawing.Common" version="9.0.4" targetFramework="net48" />
1515
<package id="System.IO.Pipelines" version="9.0.3" targetFramework="net48" />
1616
<package id="System.Memory" version="4.6.0" targetFramework="net48" />
1717
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net48" />

0 commit comments

Comments
 (0)