Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Microsoft.NET.Test.Sdk-17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft authored Mar 14, 2022
2 parents 3f00f22 + 58ced94 commit 660efe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/W3SchoolsWebTests/W3SchoolsWebTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="97.0.1072.55" />
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="99.0.1150.25" />
<PackageReference Include="Shouldly" Version="4.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/WebTests/WebTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="97.0.1072.55" />
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="99.0.1150.25" />
<PackageReference Include="Shouldly" Version="4.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 660efe3

Please sign in to comment.