We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7472362 commit 63a4052Copy full SHA for 63a4052
2 files changed
Playwright.NUnit.Testing/Playwright.NUnit.Testing.csproj
@@ -9,7 +9,7 @@
9
<ItemGroup>
10
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
11
<PackageReference Include="Microsoft.Playwright" Version="1.58.0" />
12
- <PackageReference Include="NUnit" Version="4.5.0" />
+ <PackageReference Include="NUnit" Version="4.5.1" />
13
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
14
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.58.0" />
15
</ItemGroup>
Playwright.TUnit.Testing/Playwright.TUnit.Testing.csproj
@@ -8,7 +8,7 @@
8
- <PackageReference Include="TUnit.Playwright" Version="1.18.21" />
+ <PackageReference Include="TUnit.Playwright" Version="1.19.0" />
</Project>
0 commit comments