Skip to content

Commit 2c9b5ba

Browse files
committed
Removing ImageSharp from .NET bindings
There is no longer a need for ImageSharp, since the .NET bindings will no longer attempt to provide the ability to save screenshots to different image file formats in the .NET Core case. This commit removes the reference to the assembly and the assembly from the third_party dependency directory.
1 parent 36ef2c7 commit 2c9b5ba

File tree

7 files changed

+0
-65540
lines changed

7 files changed

+0
-65540
lines changed

dotnet/src/webdriver/WebDriver.NetCore.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373
</ItemGroup>
7474

7575
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
76-
<Reference Include="ImageSharp">
77-
<HintPath>..\..\..\third_party\dotnet\imagesharp-1.0.0-alpha9-00194\netstandard1.3\ImageSharp.dll</HintPath>
78-
</Reference>
7976
<Reference Include="Newtonsoft.Json">
8077
<HintPath>..\..\..\third_party\dotnet\json-net-10.0r2\netstandard1.3\Newtonsoft.Json.dll</HintPath>
8178
</Reference>
Binary file not shown.

third_party/dotnet/imagesharp-1.0.0-alpha9-00194/netstandard1.1/ImageSharp.xml

-32,660
This file was deleted.
Binary file not shown.
Binary file not shown.

third_party/dotnet/imagesharp-1.0.0-alpha9-00194/netstandard1.3/ImageSharp.xml

-32,877
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)