Skip to content

Commit 926caa7

Browse files
committed
fixing tests
1 parent 576760c commit 926caa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

StackExchange.Precompilation.Tests/StackExchange.Precompilation.Tests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net462</TargetFramework>
5+
<Platform>x86</Platform>
6+
<PlatformTarget>x86</PlatformTarget>
57
</PropertyGroup>
68
<ItemGroup>
79
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
8-
<PackageReference Include="NUnit" Version="3.9.0" />
9-
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
10+
<PackageReference Include="NUnit" Version="3.11.0" />
11+
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
1012
<ProjectReference Include="..\StackExchange.Precompilation.Build\StackExchange.Precompilation.Build.csproj">
1113
<Project>{31DFCCCC-2F44-405E-A2D7-BB1AC718E7B9}</Project>
1214
<Name>StackExchange.Precompilation.Build</Name>

0 commit comments

Comments
 (0)