We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702fd1c commit 0e81b20Copy full SHA for 0e81b20
test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/OtherTestProject.csproj
@@ -1,11 +1,12 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
3
4
<PropertyGroup>
5
<OutputType>Exe</OutputType>
6
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
+ <IsTestProject>true</IsTestProject>
10
<IsTestingPlatformApplication>true</IsTestingPlatformApplication>
11
</PropertyGroup>
12
0 commit comments