Skip to content

Commit

Permalink
Bump Microsoft.Playwright from 1.44.0 to 1.45.0 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Playwright](https://github.com/microsoft/playwright-dotnet) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/microsoft/playwright-dotnet/releases)
- [Commits](https://github.com/microsoft/playwright-dotnet/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent bd45067 commit 87297bb
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Package.props" />

<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.44.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Components\AutoTests.Framework.Components.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Package.props" />

<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.45.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AutoTests.Framework.Components\AutoTests.Framework.Components.csproj" />
</ItemGroup>

</Project>

0 comments on commit 87297bb

Please sign in to comment.