Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
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>e533cfad385ba4f0ec96e35ad3d485dc13581906</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-rc.2.25467.107">
<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>
Loading