File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
test/TestAssets/TestProjects/TestProjectSolutionWithCodeCoverage/TestProject Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6
+ <!-- Begin: Package sources from microsoft-testfx -->
7
+ <!-- End: Package sources from microsoft-testfx -->
6
8
<!-- Begin: Package sources from dotnet-aspire -->
7
9
<!-- End: Package sources from dotnet-aspire -->
8
10
<!-- Begin: Package sources from dotnet-runtime -->
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ This file should be imported by eng/Versions.props
140
140
<!-- dotnet/core-setup dependencies -->
141
141
<NETStandardLibraryRefPackageVersion >2.1.0</NETStandardLibraryRefPackageVersion >
142
142
<!-- microsoft/testfx dependencies -->
143
- <MicrosoftTestingPlatformPackageVersion >1.9 .0-preview.25479 .5</MicrosoftTestingPlatformPackageVersion >
144
- <MSTestPackageVersion >3.11 .0-preview.25479 .5</MSTestPackageVersion >
143
+ <MicrosoftTestingPlatformPackageVersion >2.0 .0-preview.25506 .5</MicrosoftTestingPlatformPackageVersion >
144
+ <MSTestPackageVersion >4.0 .0-preview.25506 .5</MSTestPackageVersion >
145
145
</PropertyGroup >
146
146
<!-- Property group for alternate package version names-->
147
147
<PropertyGroup >
Original file line number Diff line number Diff line change 553
553
<Uri >https://github.com/dotnet/dotnet</Uri >
554
554
<Sha >6befeceeaece5c9cb9730878aeaf4667f7c29b70</Sha >
555
555
</Dependency >
556
- <Dependency Name =" Microsoft.Testing.Platform" Version =" 1.9 .0-preview.25479 .5" >
556
+ <Dependency Name =" Microsoft.Testing.Platform" Version =" 2.0 .0-preview.25506 .5" >
557
557
<Uri >https://github.com/microsoft/testfx</Uri >
558
- <Sha >fb48f61b25dd221f0b7568863080ab5339df8def </Sha >
558
+ <Sha >f6f7b6dfab12e4a24ad74184d7ff884cf90cd972 </Sha >
559
559
</Dependency >
560
- <Dependency Name =" MSTest" Version =" 3.11 .0-preview.25479 .5" >
560
+ <Dependency Name =" MSTest" Version =" 4.0 .0-preview.25506 .5" >
561
561
<Uri >https://github.com/microsoft/testfx</Uri >
562
- <Sha >fb48f61b25dd221f0b7568863080ab5339df8def </Sha >
562
+ <Sha >f6f7b6dfab12e4a24ad74184d7ff884cf90cd972 </Sha >
563
563
</Dependency >
564
564
<Dependency Name =" Microsoft.Extensions.Configuration.Ini" Version =" 10.0.0-rc.1.25479.108" >
565
565
<Uri >https://github.com/dotnet/dotnet</Uri >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" MSTest.Sdk/3.9.3 " >
1
+ <Project Sdk =" MSTest.Sdk/4.0.0-preview.25506.5 " >
2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
3
3
4
4
<PropertyGroup >
5
5
<TargetFramework >$(CurrentTargetFramework)</TargetFramework >
6
6
<GenerateTestingPlatformEntryPoint >False</GenerateTestingPlatformEntryPoint >
7
- <MicrosoftTestingExtensionsCodeCoverageVersion >17.12.6</MicrosoftTestingExtensionsCodeCoverageVersion >
8
7
9
8
</PropertyGroup >
10
9
11
10
<!-- references to the code to test -->
12
11
13
- </Project >
12
+ </Project >
You can’t perform that action at this time.
0 commit comments