Skip to content

Commit 3fcb66e

Browse files
committed
Merge branch 'dev'
2 parents 449b11e + 05f852f commit 3fcb66e

File tree

9 files changed

+487
-307
lines changed

9 files changed

+487
-307
lines changed

samples/Sample/project.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"version": "1.0.0-*",
3-
"description": "",
4-
"authors": [ "" ],
5-
"tags": [ "" ],
6-
"projectUrl": "",
7-
"licenseUrl": "",
2+
"version": "1.0.0-*",
3+
"description": "",
4+
"authors": [ "" ],
5+
"tags": [ "" ],
6+
"projectUrl": "",
7+
"licenseUrl": "",
88

9-
"dependencies": {
10-
"Microsoft.Framework.Logging": "1.0.0-beta7",
11-
"Serilog.Framework.Logging": "1.0.0-*"
12-
},
9+
"dependencies": {
10+
"Microsoft.Framework.Logging": "1.0.0-beta8",
11+
"Serilog.Framework.Logging": "1.0.0-*"
12+
},
1313

14-
"commands": {
15-
"Sample": "Sample"
16-
},
14+
"commands": {
15+
"Sample": "Sample"
16+
},
1717

18-
"frameworks": {
19-
"dnx451": {},
20-
"dnxcore50": {
21-
"dependencies": {
22-
"System.Console": "4.0.0-beta-23019",
23-
"System.Collections": "4.0.10-beta-23019",
24-
"System.Linq": "4.0.0-beta-23019",
25-
"System.Threading": "4.0.10-beta-23019",
26-
"Microsoft.CSharp": "4.0.0-beta-23019"
27-
}
28-
}
18+
"frameworks": {
19+
"dnx451": {},
20+
"dnxcore50": {
21+
"dependencies": {
22+
"System.Console": "4.0.0-beta-23019",
23+
"System.Collections": "4.0.10-beta-23019",
24+
"System.Linq": "4.0.0-beta-23019",
25+
"System.Threading": "4.0.10-beta-23019",
26+
"Microsoft.CSharp": "4.0.0-beta-23019"
27+
}
2928
}
29+
}
3030
}

0 commit comments

Comments
 (0)