File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/YoloDev.Expecto.TestSdk/build/net6.0 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 <PackageVersion Include =" Expecto" Version =" [10.0, 11.0)" />
44 <PackageVersion Include =" FSharp.Core" Version =" [7.0.200,)" />
55 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
6- <PackageVersion Include =" Microsoft.Testing.Extensions.VSTestBridge" Version =" 1.4.0 " />
7- <PackageVersion Include =" Microsoft.Testing.Platform.MSBuild" Version =" 1.4.0 " />
6+ <PackageVersion Include =" Microsoft.Testing.Extensions.VSTestBridge" Version =" 1.4.2 " />
7+ <PackageVersion Include =" Microsoft.Testing.Platform.MSBuild" Version =" 1.4.2 " />
88 <PackageVersion Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.11.1" />
99 <PackageVersion Include =" System.Collections.Immutable" Version =" [6.0.0,)" />
1010 </ItemGroup >
Original file line number Diff line number Diff line change 1313 DO NOT CHANGE THE GUID, IT'S A WELL KNOWN EXTENSION POINT AND THIS EXTENSION NEEDS TO BE REGISTERED AT THE END
1414 WE HAVE CODE INSIDE THE TASK 'TestingPlatformEntryPoint' TO ENSURE THE ORDER OF THE REGISTRATION BASED ON THIS GUID
1515 -->
16- <TestingPlatformBuilderHook Include =" CFC308E5-E1A5-4B99-8002-17EF4D55D043" Condition = " $(GenerateTestingPlatformEntryPoint) == 'true' " >
16+ <TestingPlatformBuilderHook Include =" CFC308E5-E1A5-4B99-8002-17EF4D55D043" >
1717 <DisplayName >Expecto</DisplayName >
1818 <TypeFullName >YoloDev.Expecto.TestSdk.TestingPlatformBuilderHook</TypeFullName >
1919 </TestingPlatformBuilderHook >
Original file line number Diff line number Diff line change 33 <!-- Handle the coexistance between testing platform and Microsoft.NET.Test.Sdk -->
44 <PropertyGroup >
55 <GenerateTestingPlatformEntryPoint Condition =" '$(GenerateTestingPlatformEntryPoint)' == '' " >$(EnableExpectoRunner)</GenerateTestingPlatformEntryPoint >
6+ <GenerateSelfRegisteredExtensions Condition =" '$(GenerateSelfRegisteredExtensions)' == '' " >$(EnableExpectoRunner)</GenerateSelfRegisteredExtensions >
67 <GenerateProgramFile Condition =" '$(EnableExpectoRunner)' == 'true' " >false</GenerateProgramFile >
78 <DisableTestingPlatformServerCapability Condition =" '$(EnableExpectoRunner)' != 'true' " >true</DisableTestingPlatformServerCapability >
89 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments