Skip to content

Commit e481fb2

Browse files
Bump Microsoft.Playwright from 1.60.0 to 1.61.0 (#186)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be9383e commit e481fb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AutoTests.Framework.Playwright.AI/AutoTests.Framework.Playwright.AI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Extensions.AI" Version="10.7.0" />
13-
<PackageReference Include="Microsoft.Playwright" Version="1.60.0" />
13+
<PackageReference Include="Microsoft.Playwright" Version="1.61.0" />
1414
<PackageReference Include="BddDotNet" Version="2.1.0" />
1515
<PackageReference Include="BddDotNet.Gherkin.SourceGenerator" Version="2.1.0">
1616
<PrivateAssets>all</PrivateAssets>

src/AutoTests.Framework.Playwright/AutoTests.Framework.Playwright.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Playwright" Version="1.60.0" />
9+
<PackageReference Include="Microsoft.Playwright" Version="1.61.0" />
1010
<PackageReference Include="BddDotNet.Gherkin.SourceGenerator" Version="2.1.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)