Skip to content

Commit e90b1da

Browse files
committed
Do not prefer 32 bit as this may cause tests to fail
1 parent 86c3db1 commit e90b1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationServer/IntegrationServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<PlatformTarget>AnyCPU</PlatformTarget>
5858
<ErrorReport>prompt</ErrorReport>
5959
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60-
<Prefer32Bit>true</Prefer32Bit>
60+
<Prefer32Bit>false</Prefer32Bit>
6161
<WarningLevel>4</WarningLevel>
6262
<AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName>
6363
</PropertyGroup>

0 commit comments

Comments
 (0)