Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
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.25479.5</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>3.11.0-preview.25479.5</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>6befeceeaece5c9cb9730878aeaf4667f7c29b70</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25479.5">
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25480.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>fb48f61b25dd221f0b7568863080ab5339df8def</Sha>
<Sha>8528019fe7f6a96667fb345da2d433fb6a01ec19</Sha>
</Dependency>
<Dependency Name="MSTest" Version="3.11.0-preview.25479.5">
<Dependency Name="MSTest" Version="3.11.0-preview.25480.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>fb48f61b25dd221f0b7568863080ab5339df8def</Sha>
<Sha>8528019fe7f6a96667fb345da2d433fb6a01ec19</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.1.25479.108">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
Loading