Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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
4 changes: 2 additions & 2 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ This file should be imported by eng/Versions.props
<!-- dotnet/core-setup dependencies -->
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
<!-- microsoft/testfx dependencies -->
<MicrosoftTestingPlatformPackageVersion>1.9.0-preview.25475.1</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>3.11.0-preview.25475.1</MSTestPackageVersion>
<MicrosoftTestingPlatformPackageVersion>1.9.0-preview.25480.8</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>3.11.0-preview.25480.8</MSTestPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,13 +553,13 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e533cfad385ba4f0ec96e35ad3d485dc13581906</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25475.1">
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25480.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>74721fc4a96eefb3b757e3ffacaae1fdcbe7a0f8</Sha>
<Sha>8528019fe7f6a96667fb345da2d433fb6a01ec19</Sha>
</Dependency>
<Dependency Name="MSTest" Version="3.11.0-preview.25475.1">
<Dependency Name="MSTest" Version="3.11.0-preview.25480.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>74721fc4a96eefb3b757e3ffacaae1fdcbe7a0f8</Sha>
<Sha>8528019fe7f6a96667fb345da2d433fb6a01ec19</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.2.25467.107">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
Loading