Skip to content

Commit 65e5cbf

Browse files
Bump Microsoft.Playwright and System.Memory in /Framework (#318)
Bumps [Microsoft.Playwright](https://github.com/microsoft/playwright-dotnet) and System.Memory. These dependencies needed to be updated together. Updates `Microsoft.Playwright` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/microsoft/playwright-dotnet/releases) - [Commits](microsoft/playwright-dotnet@v1.48.0...v1.49.0) Updates `System.Memory` from 4.5.5 to 4.5.4 --- updated-dependencies: - dependency-name: Microsoft.Playwright dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8a9708 commit 65e5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/BasePlaywrightTest/BasePlaywrightTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
57-
<PackageReference Include="Microsoft.Playwright" Version="1.48.0" />
57+
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
5858
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
5959
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
6060
<PackageReference Include="System.Memory" Version="4.5.5" />

0 commit comments

Comments
 (0)