Skip to content

Commit 2c453f5

Browse files
committed
unit test: platform taget set to any cpu(x86 before)
1 parent defab27 commit 2c453f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/NHibernate.AspNet.Identity.Tests/NHibernate.AspNet.Identity.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DefineConstants>DEBUG;TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
35-
<PlatformTarget>x86</PlatformTarget>
35+
<PlatformTarget>AnyCPU</PlatformTarget>
3636
</PropertyGroup>
3737
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3838
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)