File tree Expand file tree Collapse file tree 3 files changed +6609
-361
lines changed
test/Serilog.Framework.Logging.Tests Expand file tree Collapse file tree 3 files changed +6609
-361
lines changed Original file line number Diff line number Diff line change 17
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
18
18
<ProduceOutputsOnBuild >False</ProduceOutputsOnBuild >
19
19
</PropertyGroup >
20
+ <ItemGroup >
21
+ <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
22
+ </ItemGroup >
20
23
<Import Project =" $(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition =" '$(VSToolsPath)' != ''" />
21
24
</Project >
Original file line number Diff line number Diff line change 13
13
"dnx451" : {
14
14
"dependencies" : {
15
15
}
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
+ }
16
34
}
17
35
}
18
36
}
You can’t perform that action at this time.
0 commit comments