Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Microsoft.NET.Test.Sdk version to 18.0.1
Update the version that carries fixed Microsoft.CodeCoverage as dependency.

dotnet/sdk#50950
  • Loading branch information
nohwnd authored Nov 11, 2025
commit d54bd2188a371d535dc24c81e80019a32e3760b0
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- UWP and WinUI dependencies -->
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.14</MicrosoftNETCoreUniversalWindowsPlatformVersion>
<!-- Test Platform, .NET Test SDK and Object Model -->
<MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>18.0.1</MicrosoftNETTestSdkVersion>
<MicrosoftPlaywrightVersion>1.55.0</MicrosoftPlaywrightVersion>
<MicrosoftTestingExtensionsFakesVersion>18.1.1</MicrosoftTestingExtensionsFakesVersion>
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24577.4</MicrosoftTestingInternalFrameworkVersion>
Expand Down
Loading