We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303e150 commit 6cd9b57Copy full SHA for 6cd9b57
src/YoloDev.Expecto.TestSdk/build/net8.0/YoloDev.Expecto.TestSdk.props
@@ -1,12 +1,5 @@
1
<Project>
2
3
- <PropertyGroup>
4
- <!-- Makes the new platform/runner opt-in feature -->
5
- <EnableExpectoTestingPlatformIntegration Condition=" '$(EnableExpectoTestingPlatformIntegration)' == '' ">false</EnableExpectoTestingPlatformIntegration>
6
- <!-- Defines the new platform capability -->
7
- <IsTestingPlatformApplication>$(EnableExpectoTestingPlatformIntegration)</IsTestingPlatformApplication>
8
- </PropertyGroup>
9
-
10
<ItemGroup>
11
<!--
12
!!! IMPORTANT !!!
@@ -19,8 +12,4 @@
19
</TestingPlatformBuilderHook>
20
13
</ItemGroup>
21
14
22
- <ItemGroup>
23
- <ProjectCapability Include="TestContainer" />
24
- </ItemGroup>
25
26
15
</Project>
0 commit comments