Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d26485b

Browse files
committed
Change MySql to x86 so it can run the tests
1 parent 19e7c31 commit d26485b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.MySql.Tests/ServiceStack.OrmLite.MySql.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<DefineConstants>TRACE</DefineConstants>
3838
<Optimize>true</Optimize>
3939
<DebugType>pdbonly</DebugType>
40-
<PlatformTarget>AnyCPU</PlatformTarget>
40+
<PlatformTarget>x86</PlatformTarget>
4141
<ErrorReport>prompt</ErrorReport>
4242
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4343
</PropertyGroup>

0 commit comments

Comments
 (0)