Skip to content

Commit

Permalink
Remove obsolete System.Drawing.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 14, 2023
1 parent 14c41b3 commit 5b8521e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<ItemGroup>
<Compile Include="..\..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\RDMP\Rdmp.UI\Rdmp.UI.csproj" />
</ItemGroup>
Expand All @@ -33,4 +30,4 @@
<DependentUpon>DeAnonymiseAgainstCohortUI.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
| Package | Source Code | Version | License | Purpose | Additional Risk Assessment |
| ------- | ------------| --------| ------- | ------- | -------------------------- |
| DotNetZip | [GitHub](https://github.com/DinoChiesa/DotNetZip) | [1.16.0](https://www.nuget.org/packages/DotNetZip/1.16.0) | [Ms-PL](https://github.com/DinoChiesa/DotNetZip/blob/master/License.txt) | Opens zip archives | |
| System.Drawing.Common | [GitHub](https://github.com/dotnet/corefx) | [7.0.0](https://www.nuget.org/packages/System.Drawing.Common/7.0.0) |[MIT](https://opensource.org/licenses/MIT) | Legacy wrapper for working with Windows 3.0 style BITMAP objects | |

0 comments on commit 5b8521e

Please sign in to comment.