From 88854a08b94d1371dee4ddd585b4cb8148814791 Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Thu, 14 Nov 2024 20:15:19 -0800 Subject: [PATCH] update playwright and remove net9.0 for UI tests (#3148) --- tests/Directory.Build.props | 2 +- tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index c1d7cac6c..12d39412f 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -28,7 +28,7 @@ 2.22.0 2.22.0 6.0.12 - 1.36.0 + 1.48.0 2.2.4 5.0.3 diff --git a/tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj b/tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj index 94145d02c..2645cf105 100644 --- a/tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj +++ b/tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj @@ -1,7 +1,7 @@ - net8.0; net9.0 + net8.0 $(TargetFrameworks); ../../../build/MSAL.snk false