Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
1afee21
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Sep 27, 2025
2ca256f
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Sep 28, 2025
341690d
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Sep 29, 2025
baa436b
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9f8cb3f7-8…
SimonZhao888 Sep 30, 2025
6607e07
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Sep 30, 2025
bc8ac95
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 1, 2025
ebc4210
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 2, 2025
b428c77
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 3, 2025
fa2dabb
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9f8cb3f7-8…
nagilson Oct 3, 2025
743a240
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 4, 2025
1947fa0
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 6, 2025
59d99ae
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Oct 7, 2025
3b289db
Update TestAsset
Youssef1313 Oct 7, 2025
5450701
Update TestProject.csproj
Youssef1313 Oct 7, 2025
79520ee
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9f8cb3f7-8…
nagilson Oct 7, 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
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from microsoft-testfx -->
<!-- End: Package sources from microsoft-testfx -->
<!-- Begin: Package sources from dotnet-aspire -->
<!-- End: Package sources from dotnet-aspire -->
<!-- Begin: Package sources from dotnet-runtime -->
Expand Down
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>2.0.0-preview.25506.5</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.0.0-preview.25506.5</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>e72b5bbe719d747036ce9c36582a205df9f1c361</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.9.0-preview.25475.1">
<Dependency Name="Microsoft.Testing.Platform" Version="2.0.0-preview.25506.5">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>74721fc4a96eefb3b757e3ffacaae1fdcbe7a0f8</Sha>
<Sha>f6f7b6dfab12e4a24ad74184d7ff884cf90cd972</Sha>
</Dependency>
<Dependency Name="MSTest" Version="3.11.0-preview.25475.1">
<Dependency Name="MSTest" Version="4.0.0-preview.25506.5">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>74721fc4a96eefb3b757e3ffacaae1fdcbe7a0f8</Sha>
<Sha>f6f7b6dfab12e4a24ad74184d7ff884cf90cd972</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rtm.25479.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<Project Sdk="MSTest.Sdk/3.9.3">
<Project Sdk="MSTest.Sdk/4.0.0-preview.25506.5">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />

<PropertyGroup>
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
<GenerateTestingPlatformEntryPoint>False</GenerateTestingPlatformEntryPoint>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.6</MicrosoftTestingExtensionsCodeCoverageVersion>

</PropertyGroup>

<!-- references to the code to test -->

</Project>
</Project>