Skip to content

Commit 0508f92

Browse files
committed
force test bitness (so runners are consistent)
1 parent 4be4bde commit 0508f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibSass.NET.Tests/LibSass.NET.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
<Prefer32Bit>false</Prefer32Bit>
25+
<PlatformTarget>x64</PlatformTarget>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>pdbonly</DebugType>
@@ -31,6 +32,7 @@
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
3334
<Prefer32Bit>false</Prefer32Bit>
35+
<PlatformTarget>x64</PlatformTarget>
3436
</PropertyGroup>
3537
<ItemGroup>
3638
<Reference Include="System" />

0 commit comments

Comments
 (0)