Skip to content

Commit ab580a3

Browse files
committed
Swap framework order to get tests working in VS
1 parent 33622dd commit ab580a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

projects/client/Unit/Unit.xproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
</PropertyGroup>
14-
1514
<PropertyGroup>
1615
<SchemaVersion>2.0</SchemaVersion>
1716
</PropertyGroup>
17+
<ItemGroup>
18+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
19+
</ItemGroup>
1820
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
1921
</Project>

projects/client/Unit/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"testRunner": "nunit",
99
"frameworks": {
10-
"net451": {},
1110
"netcoreapp1.0": {
1211
"imports": "portable-net45+win8",
1312
"buildOptions": {
@@ -20,6 +19,7 @@
2019
},
2120
"System.Collections.NonGeneric": "4.0.1"
2221
}
23-
}
22+
},
23+
"net451": {}
2424
}
2525
}

0 commit comments

Comments
 (0)