Skip to content

Commit

Permalink
Bump Microsoft.Playwright from 1.40.0 to 1.41.1 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Playwright](/~https://github.com/microsoft/playwright-dotnet) from 1.40.0 to 1.41.1.
- [Release notes](/~https://github.com/microsoft/playwright-dotnet/releases)
- [Commits](microsoft/playwright-dotnet@v1.40.0...v1.41.1)

---
updated-dependencies:
- dependency-name: Microsoft.Playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 3cf12f9 commit 36aa144
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.40.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.41.1" />
<PackageReference Include="Argon" Version="0.15.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" PrivateAssets="all" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="120.0.6099.10900" />
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.15.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.40.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.41.1" />
<PackageReference Include="Verify" Version="23.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
Expand Down

0 comments on commit 36aa144

Please sign in to comment.