Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ This file should be imported by eng/Versions.props
<SystemTextJsonPackageVersion>11.0.0-rc.1.26410.101</SystemTextJsonPackageVersion>
<SystemWindowsExtensionsPackageVersion>11.0.0-rc.1.26410.101</SystemWindowsExtensionsPackageVersion>
<!-- microsoft-testfx dependencies -->
<MicrosoftTestingPlatformPackageVersion>2.4.0-preview.26409.6</MicrosoftTestingPlatformPackageVersion>
<MicrosoftTestingPlatformPackageVersion>2.4.0-preview.26411.1</MicrosoftTestingPlatformPackageVersion>
<MicrosoftTestingPlatformInternalDotnetTestPackageVersion>2.3.0-preview.26330.8</MicrosoftTestingPlatformInternalDotnetTestPackageVersion>
<MSTestPackageVersion>4.4.0-preview.26409.6</MSTestPackageVersion>
<MSTestSdkPackageVersion>4.4.0-preview.26409.6</MSTestSdkPackageVersion>
<MSTestPackageVersion>4.4.0-preview.26411.1</MSTestPackageVersion>
<MSTestSdkPackageVersion>4.4.0-preview.26411.1</MSTestSdkPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,18 +544,18 @@
<!-- KEEP IN SYNC: the following testfx packages (Microsoft.Testing.Platform, MSTest, MSTest.Sdk) must
stay on the SAME testfx build/Sha. The MSTest.Sdk source generator emits registrations against the
MSTest.TestFramework runtime, so a version skew breaks the NativeAOT CLI test build. See #55302. -->
<Dependency Name="Microsoft.Testing.Platform" Version="2.4.0-preview.26409.6">
<Dependency Name="Microsoft.Testing.Platform" Version="2.4.0-preview.26411.1">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>26dda6f3c287c9f8a012c2727870d33a0d88e0cb</Sha>
<Sha>dc84cc9447de9dcd64652d9fed036b0651861e17</Sha>
</Dependency>
<Dependency Name="MSTest" Version="4.4.0-preview.26409.6">
<Dependency Name="MSTest" Version="4.4.0-preview.26411.1">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>26dda6f3c287c9f8a012c2727870d33a0d88e0cb</Sha>
<Sha>dc84cc9447de9dcd64652d9fed036b0651861e17</Sha>
</Dependency>
<!-- MSTest.Sdk is consumed from global.json's msbuild-sdks (not as a PackageReference). -->
<Dependency Name="MSTest.Sdk" Version="4.4.0-preview.26409.6">
<Dependency Name="MSTest.Sdk" Version="4.4.0-preview.26411.1">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>26dda6f3c287c9f8a012c2727870d33a0d88e0cb</Sha>
<Sha>dc84cc9447de9dcd64652d9fed036b0651861e17</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="11.0.0-rc.1.26410.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"Microsoft.Build.NoTargets": "3.7.134",
"Microsoft.Build.Traversal": "4.1.82",
"Microsoft.WixToolset.Sdk": "6.0.3-dotnet.6",
"MSTest.Sdk": "4.4.0-preview.26409.6"
"MSTest.Sdk": "4.4.0-preview.26411.1"
}
}
Loading