Skip to content

Commit 79fe013

Browse files
Simplify WCF build condition
We only support .NET 3.5+ now.
1 parent 176832e commit 79fe013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Local.props.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropLaunchExe Condition="'$(PropUsingMono)' == 'true'">mono --debug </PropLaunchExe>
1414

1515
<!-- WCF component only for Windows, .NET 3.5 or higher -->
16-
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true' And ('$(PropTargetFramework)' == 'v3.5' Or '$(PropTargetFramework)' == 'v4.0' Or '$(PropTargetFramework)' == 'v4.5'))">true</PropBuildWcf>
16+
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true'">true</PropBuildWcf>
1717

1818
<!-- Uncomment to run a single test case with /t:RunSingleUnitTest -->
1919
<!-- <PropTestToRun>RabbitMQ.Client.Unit.TestConnectionRecovery</PropTestToRun> -->

0 commit comments

Comments
 (0)