Skip to content

Commit

Permalink
Bump Microsoft.Playwright from 1.35.0 to 1.36.0 in /src (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 9e47abe commit 777a480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.35.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.36.0" />
<PackageReference Include="Argon" Version="0.7.2" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.5.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.10.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Playwright/Verify.Playwright.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.7.2" />
<PackageReference Include="Microsoft.Playwright" Version="1.35.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.36.0" />
<PackageReference Include="Verify" Version="20.5.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.91" PrivateAssets="all" />
Expand Down

0 comments on commit 777a480

Please sign in to comment.