Skip to content

Commit 553dec8

Browse files
committed
DNXCORE50 test target.
1 parent d80be5a commit 553dec8

File tree

3 files changed

+6609
-361
lines changed

3 files changed

+6609
-361
lines changed

test/Serilog.Framework.Logging.Tests/Serilog.Framework.Logging.Tests.xproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1818
<ProduceOutputsOnBuild>False</ProduceOutputsOnBuild>
1919
</PropertyGroup>
20+
<ItemGroup>
21+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
22+
</ItemGroup>
2023
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
2124
</Project>

test/Serilog.Framework.Logging.Tests/project.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313
"dnx451": {
1414
"dependencies": {
1515
}
16+
},
17+
"dnxcore50": {
18+
"dependencies": {
19+
"Microsoft.CSharp": "4.0.1-beta-23516",
20+
"System.Collections": "4.0.11-beta-23516",
21+
"System.Console": "4.0.0-beta-23516",
22+
"System.Diagnostics.Process": "4.1.0-beta-23516",
23+
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
24+
"System.Dynamic.Runtime": "4.0.11-beta-23516",
25+
"System.IO.FileSystem": "4.0.1-beta-23516",
26+
"System.Linq": "4.0.1-beta-23516",
27+
"System.Runtime": "4.0.21-beta-23516",
28+
"System.Runtime.Extensions": "4.0.11-beta-23516",
29+
"System.Text.RegularExpressions": "4.0.11-beta-23516",
30+
"System.Threading": "4.0.11-beta-23516",
31+
"System.Threading.Thread": "4.0.0-beta-23516",
32+
"System.Threading.Timer": "4.0.1-beta-23516"
33+
}
1634
}
1735
}
1836
}

0 commit comments

Comments
 (0)