Skip to content

Commit 716ad7c

Browse files
authored
Set OutputType=Exe for test projects (required by xUnit3) (SteeltoeOSS#1575)
1 parent ab90082 commit 716ad7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-test.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
34
<NoWarn>$(NoWarn);S2094;S3717;SA1602;CA1062;CA1707;NU5104</NoWarn>
45
</PropertyGroup>
56

0 commit comments

Comments
 (0)