Skip to content

Commit 219b010

Browse files
Copilotdanielgerlag
andcommitted
Fix test project configuration - add IsTestProject property to enable test execution
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
1 parent 14ea939 commit 219b010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<IsPackable>false</IsPackable>
6+
<IsTestProject>true</IsTestProject>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)