File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/Aquality.Selenium.Core
tests/Aquality.Selenium.Core.Tests Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
<RepositoryType >git</RepositoryType >
15
15
<PackageTags >selenium webdriver automation</PackageTags >
16
16
<PackageLicenseFile >LICENSE</PackageLicenseFile >
17
- <Copyright >Copyright 2021 Aquality Automation</Copyright >
17
+ <Copyright >Copyright 2022 Aquality Automation</Copyright >
18
18
<IsPackable >true</IsPackable >
19
19
</PropertyGroup >
20
20
44
44
</ItemGroup >
45
45
<ItemGroup >
46
46
<PackageReference Include =" DotNetSeleniumExtras.PageObjects" Version =" 3.11.0" />
47
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.1 " />
48
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 5 .0.0" />
49
- <PackageReference Include =" NLog" Version =" 4.7.10 " />
47
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0 " />
48
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6 .0.0" />
49
+ <PackageReference Include =" NLog" Version =" 4.7.13 " />
50
50
<PackageReference Include =" Selenium.Support" Version =" 4.1.0" />
51
51
<PackageReference Include =" Selenium.WebDriver" Version =" 4.1.0" />
52
- <PackageReference Include =" System.Drawing.Common" Version =" 5 .0.2 " />
52
+ <PackageReference Include =" System.Drawing.Common" Version =" 6 .0.0 " />
53
53
</ItemGroup >
54
54
</Project >
Original file line number Diff line number Diff line change 26
26
27
27
<ItemGroup >
28
28
<PackageReference Include =" Appium.WebDriver" Version =" 5.0.0-beta01" />
29
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.1 " />
29
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0 " />
30
30
<PackageReference Include =" nunit" Version =" 3.13.2" />
31
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17 .0" >
31
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2 .0" >
32
32
<PrivateAssets >all</PrivateAssets >
33
33
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
34
34
</PackageReference >
35
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
36
- <PackageReference Include =" WebDriverManager" Version =" 2.12.2 " />
35
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0 " />
36
+ <PackageReference Include =" WebDriverManager" Version =" 2.12.3 " />
37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2021 Aquality Automation
189
+ Copyright 2022 Aquality Automation
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments