Skip to content

Commit 09335e2

Browse files
Bump Microsoft.Playwright from 1.59.0 to 1.60.0
--- updated-dependencies: - dependency-name: Microsoft.Playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcb7700 commit 09335e2

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.6.0" />
13-
<PackageReference Include="Microsoft.Playwright" Version="1.59.0" />
13+
<PackageReference Include="Microsoft.Playwright" Version="1.60.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.59.0" />
9+
<PackageReference Include="Microsoft.Playwright" Version="1.60.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)