Skip to content

Commit

Permalink
Bump Microsoft.Playwright from 1.44.0 to 1.45.0 (#64)
Browse files Browse the repository at this point in the history
* Bump Microsoft.Playwright from 1.44.0 to 1.45.0

Bumps Microsoft.Playwright from 1.44.0 to 1.45.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update C3D.Extensions.Playwright.AspNetCore.csproj

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cynthia MacLeod <[email protected]>
  • Loading branch information
dependabot[bot] and CZEMacLeod authored Jul 16, 2024
1 parent 7da4173 commit 25d3d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.31" Condition="'$(TargetFramework)'=='net6.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" Condition="'$(TargetFramework)'=='net7.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" Condition="'$(TargetFramework)'=='net8.0'" />
<PackageReference Include="Microsoft.Playwright" Version="1.44.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.0" />
</ItemGroup>
</Project>

0 comments on commit 25d3d18

Please sign in to comment.