Skip to content

Commit 5ac9596

Browse files
committed
Handle last few issues
1 parent 739bb2c commit 5ac9596

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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>

src/YoloDev.Expecto.TestSdk/build/net6.0/YoloDev.Expecto.TestSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

src/YoloDev.Expecto.TestSdk/build/net6.0/YoloDev.Expecto.TestSdk.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>

0 commit comments

Comments
 (0)