Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit Hold shift + click to select a range
5349b6f
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 6, 2025
26c2299
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-49056a71-0…
DonnaChen888 Dec 8, 2025
fee84a3
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-49056a71-0…
DonnaChen888 Dec 8, 2025
dde3fc7
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-49056a71-0…
DonnaChen888 Dec 9, 2025
2983998
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 10, 2025
471155d
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 11, 2025
19ed89f
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-49056a71-0…
DonnaChen888 Dec 11, 2025
8e3151f
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 12, 2025
d842781
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 13, 2025
aa0543f
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 14, 2025
4dd5cfd
Merge branch 'release/10.0.1xx' of https://github.com/dotnet/sdk into…
DonnaChen888 Dec 15, 2025
d7f68d6
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 16, 2025
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 @@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
<!-- dotnet/core-setup dependencies -->
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
<!-- microsoft/testfx dependencies -->
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25604.3</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25604.3</MSTestPackageVersion>
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25609.4</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25609.4</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 @@ -561,13 +561,13 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>279bb6e979485785576d9279b6582cf7006c6f91</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25604.3">
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25609.4">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
<Sha>5cade5e9b039a830e0975771942605ec85815189</Sha>
</Dependency>
<Dependency Name="MSTest" Version="4.1.0-preview.25604.3">
<Dependency Name="MSTest" Version="4.1.0-preview.25609.4">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
<Sha>5cade5e9b039a830e0975771942605ec85815189</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.2">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
Loading