Skip to content

Commit

Permalink
Bump System.Drawing.Common from 5.0.0 to 5.0.3 in /spreadsheet
Browse files Browse the repository at this point in the history
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 5.0.0 to 5.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v5.0.3)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent f61bffb commit 89a9905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spreadsheet/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net47" />
<package id="System.Drawing.Common" version="5.0.0" targetFramework="net47" />
<package id="System.Drawing.Common" version="5.0.3" targetFramework="net47" />
</packages>
2 changes: 1 addition & 1 deletion spreadsheet/syncfusion.spreadsheetdemos.wpf_lib_60.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@


<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />

<PackageReference Include="Syncfusion.Linq.base" Version="21.1.35"/>
<PackageReference Include="Syncfusion.Compression.Base" Version="21.1.35"/>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet/syncfusion.spreadsheetdemos.wpf_lib_70.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@


<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />

<PackageReference Include="Syncfusion.Linq.base" Version="21.1.35"/>
<PackageReference Include="Syncfusion.Compression.Base" Version="21.1.35"/>
Expand Down

0 comments on commit 89a9905

Please sign in to comment.