Skip to content

Commit

Permalink
Merge pull request #1098 from zgabi/develop
Browse files Browse the repository at this point in the history
remove System.Drawing reference, since it is not needed
  • Loading branch information
andersjonsson authored Nov 25, 2024
2 parents 6f3a2fa + d280a50 commit 1f8823e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using System.Xml;
Expand Down
1 change: 0 additions & 1 deletion src/SoapCore/SoapCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1f8823e

Please sign in to comment.