Skip to content

Commit

Permalink
Use latest released version for Playwright and Aspire (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed May 29, 2024
1 parent 394f7a4 commit c08d299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<PropertyGroup Label="Product dependencies">
<AspireHostingTestingVersion>8.0.0-preview.6.24214.1</AspireHostingTestingVersion>
<AspireHostingTestingVersion>8.0.1</AspireHostingTestingVersion>
<!-- Test Platform, .NET Test SDK and Object Model -->
<MicrosoftNETTestSdkVersion>17.10.0</MicrosoftNETTestSdkVersion>
<!-- UWP and WinUI dependencies -->
Expand All @@ -18,7 +18,7 @@
<MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>$(MicrosoftCodeAnalysisAnalyzersVersion)</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>$(MicrosoftCodeAnalysisPublicApiAnalyzersVersion)</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<MicrosoftPlaywrightVersion>1.42.0</MicrosoftPlaywrightVersion>
<MicrosoftPlaywrightVersion>1.44.0</MicrosoftPlaywrightVersion>
</PropertyGroup>
<PropertyGroup Label="Test dependencies">
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24169.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
Expand Down

0 comments on commit c08d299

Please sign in to comment.