Skip to content

Commit 133a0d3

Browse files
committed
[HotFix] Downgrade System.Drawing.Commons to last cross-plaform version
1 parent af4ad02 commit 133a0d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Aquality.Selenium.Core/src/Aquality.Selenium.Core/Aquality.Selenium.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>selenium webdriver automation</PackageTags>
1616
<PackageLicenseFile>LICENSE</PackageLicenseFile>
17-
<Copyright>Copyright 2022 Aquality Automation</Copyright>
17+
<Copyright>Copyright 2023 Aquality Automation</Copyright>
1818
<IsPackable>true</IsPackable>
1919
</PropertyGroup>
2020

@@ -53,6 +53,6 @@
5353
<PackageReference Include="NLog" Version="5.1.2" />
5454
<PackageReference Include="Selenium.Support" Version="4.8.1" />
5555
<PackageReference Include="Selenium.WebDriver" Version="4.8.1" />
56-
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
56+
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
5757
</ItemGroup>
5858
</Project>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 Aquality Automation
189+
Copyright 2023 Aquality Automation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)