Skip to content

Commit c08d299

Browse files
authored
Use latest released version for Playwright and Aspire (#3024)
1 parent 394f7a4 commit c08d299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
66
</PropertyGroup>
77
<PropertyGroup Label="Product dependencies">
8-
<AspireHostingTestingVersion>8.0.0-preview.6.24214.1</AspireHostingTestingVersion>
8+
<AspireHostingTestingVersion>8.0.1</AspireHostingTestingVersion>
99
<!-- Test Platform, .NET Test SDK and Object Model -->
1010
<MicrosoftNETTestSdkVersion>17.10.0</MicrosoftNETTestSdkVersion>
1111
<!-- UWP and WinUI dependencies -->
@@ -18,7 +18,7 @@
1818
<MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion>
1919
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>$(MicrosoftCodeAnalysisAnalyzersVersion)</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
2020
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>$(MicrosoftCodeAnalysisPublicApiAnalyzersVersion)</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
21-
<MicrosoftPlaywrightVersion>1.42.0</MicrosoftPlaywrightVersion>
21+
<MicrosoftPlaywrightVersion>1.44.0</MicrosoftPlaywrightVersion>
2222
</PropertyGroup>
2323
<PropertyGroup Label="Test dependencies">
2424
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24169.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>

0 commit comments

Comments
 (0)