Skip to content

Commit 88854a0

Browse files
authored
update playwright and remove net9.0 for UI tests (#3148)
1 parent 1e955bf commit 88854a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<MicrosoftApplicationInsightsAspNetCoreVersion>2.22.0</MicrosoftApplicationInsightsAspNetCoreVersion>
2929
<MicrosoftApplicationInsightsEventCounterCollectionVersion>2.22.0</MicrosoftApplicationInsightsEventCounterCollectionVersion>
3030
<MicrosoftExtensionsCachingStackExchangeRedisVersion>6.0.12</MicrosoftExtensionsCachingStackExchangeRedisVersion>
31-
<MicrosoftPlaywrightVersion>1.36.0</MicrosoftPlaywrightVersion>
31+
<MicrosoftPlaywrightVersion>1.48.0</MicrosoftPlaywrightVersion>
3232
<StackExchangeRedisVersion>2.2.4</StackExchangeRedisVersion>
3333
<!--CVE-2021-24112-->
3434
<SystemDrawingCommonVersion>5.0.3</SystemDrawingCommonVersion>

tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0; net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55
<TargetFrameworks Condition="'$(TargetNetNext)'== 'True'">$(TargetFrameworks); </TargetFrameworks>
66
<AssemblyOriginatorKeyFile>../../../build/MSAL.snk</AssemblyOriginatorKeyFile>
77
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)