Skip to content

Commit bb2a719

Browse files
Bump System.Drawing.Common (#109)
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 9.0.0 to 9.0.1. - [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/v9.0.1) --- updated-dependencies: - dependency-name: System.Drawing.Common 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 6734f3d commit bb2a719

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
6363
<bindingRedirect oldVersion="0.0.0.0-8.2.1.0" newVersion="8.2.1.0" />
6464
</dependentAssembly>
65+
<dependentAssembly>
66+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
67+
<bindingRedirect oldVersion="0.0.0.0-6.0.1.0" newVersion="6.0.1.0" />
68+
</dependentAssembly>
6569
</assemblyBinding>
6670
</runtime>
6771
</configuration>

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.0\lib\net462\System.Drawing.Common.dll</HintPath>
125+
<HintPath>..\packages\System.Drawing.Common.9.0.1\lib\net462\System.Drawing.Common.dll</HintPath>
126126
<Private>True</Private>
127127
</Reference>
128128
<Reference Include="System.IO.Pipelines, Version=9.0.0.0, 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.0" targetFramework="net48" />
14-
<package id="System.Drawing.Common" version="9.0.0" targetFramework="net48" />
14+
<package id="System.Drawing.Common" version="9.0.1" targetFramework="net48" />
1515
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net48" />
1616
<package id="System.Memory" version="4.6.0" targetFramework="net48" />
1717
<package id="System.Numerics.Vectors" version="4.6.0" targetFramework="net48" />

0 commit comments

Comments
 (0)