Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
e8ecc7e
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 5, 2025
846b341
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
nagilson Nov 5, 2025
6c5071d
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 8, 2025
9711b94
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 9, 2025
97a6fc6
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 10, 2025
8b0f82e
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 12, 2025
fe14b3f
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 12, 2025
8226dfc
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 13, 2025
27330d3
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 13, 2025
7050e49
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 13, 2025
433ef89
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 14, 2025
716f7e4
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 15, 2025
3e90d87
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 18, 2025
40629f1
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 19, 2025
ed9d718
Merge branch 'main' into darc-main-f2cc7816-88c4-4306-b7d2-21bc5c434f09
DonnaChen888 Nov 20, 2025
4504e67
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 20, 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
<NuGetProtocolPackageVersion>7.0.0-preview.2.256</NuGetProtocolPackageVersion>
<NuGetVersioningPackageVersion>7.0.0-preview.2.256</NuGetVersioningPackageVersion>
<!-- microsoft/testfx dependencies -->
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25553.3</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25553.3</MSTestPackageVersion>
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25569.2</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25569.2</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 @@ -557,13 +557,13 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25553.3">
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25569.2">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>b2b75ecb52bcff592001df6d08f5fffccd945fdd</Sha>
<Sha>0439522cbd54eeebbc883d59075bbb5971755812</Sha>
</Dependency>
<Dependency Name="MSTest" Version="4.1.0-preview.25553.3">
<Dependency Name="MSTest" Version="4.1.0-preview.25569.2">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>b2b75ecb52bcff592001df6d08f5fffccd945fdd</Sha>
<Sha>0439522cbd54eeebbc883d59075bbb5971755812</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.3.25567.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down