Skip to content

Commit

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

Bumps [Microsoft.Playwright](https://github.com/microsoft/playwright-dotnet) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/microsoft/playwright-dotnet/releases)
- [Commits](microsoft/playwright-dotnet@v1.45.0...v1.45.1)

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

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

* Revert bad package changes

---------

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 29, 2024
1 parent 25d3d18 commit cf3b592
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.45.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.1" />
</ItemGroup>
</Project>

0 comments on commit cf3b592

Please sign in to comment.