Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 52d13cf

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent b336967 commit 52d13cf

File tree

4 files changed

+62
-58
lines changed

4 files changed

+62
-58
lines changed

global.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"projects": [ "src"]
3-
}
2+
"projects": [
3+
"src"
4+
],
5+
"sdk": {
6+
"version": "1.0.0-rc1-final"
7+
}
8+
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
9-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
10-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
8+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final",
9+
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
1111
"Microsoft.Extensions.JsonParser.Sources": {
1212
"type": "build",
13-
"version": "1.0.0-*"
13+
"version": "1.0.0-rc1-final"
1414
},
15-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
16-
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*"
15+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
16+
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final"
1717
},
1818
"frameworks": {
1919
"dnx451": {
@@ -24,11 +24,11 @@
2424
},
2525
"dnxcore50": {
2626
"dependencies": {
27-
"System.Diagnostics.Process": "4.1.0-beta-*",
28-
"System.Linq": "4.0.1-beta-*",
29-
"System.Runtime.Extensions": "4.0.11-beta-*",
30-
"System.Threading.Thread": "4.0.0-beta-*"
27+
"System.Diagnostics.Process": "4.1.0-beta-23516",
28+
"System.Linq": "4.0.1-beta-23516",
29+
"System.Runtime.Extensions": "4.0.11-beta-23516",
30+
"System.Threading.Thread": "4.0.0-beta-23516"
3131
}
3232
}
3333
}
34-
}
34+
}
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"emitEntryPoint": true,
6-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-rc1-final",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"emitEntryPoint": true,
6+
"keyFile": "../../tools/Key.snk"
7+
},
8+
"dependencies": {
9+
"Microsoft.Dnx.Watcher.Core": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.CommandLineUtils.Sources": {
11+
"version": "1.0.0-rc1-final",
12+
"type": "build"
713
},
8-
"dependencies": {
9-
"Microsoft.Dnx.Watcher.Core": "1.0.0-*",
10-
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
11-
"Microsoft.Extensions.Logging": "1.0.0-*",
12-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
13-
},
14-
"frameworks": {
15-
"dnx451": { },
16-
"dnxcore50": { }
17-
},
18-
19-
"commands": {
20-
"dnx-watch": "Microsoft.Dnx.Watcher"
21-
},
22-
23-
"scripts": {
24-
"postbuild": [
25-
]
26-
}
27-
}
14+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
16+
},
17+
"frameworks": {
18+
"dnx451": {},
19+
"dnxcore50": {}
20+
},
21+
"commands": {
22+
"dnx-watch": "Microsoft.Dnx.Watcher"
23+
},
24+
"scripts": {
25+
"postbuild": []
26+
}
27+
}
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
{
2-
"compilationOptions": {
3-
"warningsAsErrors": true,
4-
"keyFile": "../../tools/Key.snk"
5-
},
6-
"dependencies": {
7-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
8-
"Microsoft.Dnx.Watcher": "1.0.0-*",
9-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10-
},
11-
"frameworks": {
12-
"dnx451": { },
13-
"dnxcore50": { }
14-
},
15-
"commands": {
16-
"test": "xunit.runner.aspnet"
17-
}
18-
}
19-
1+
{
2+
"compilationOptions": {
3+
"warningsAsErrors": true,
4+
"keyFile": "../../tools/Key.snk"
5+
},
6+
"dependencies": {
7+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
8+
"Microsoft.Dnx.Watcher": "1.0.0-rc1-final",
9+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
10+
},
11+
"frameworks": {
12+
"dnx451": {},
13+
"dnxcore50": {}
14+
},
15+
"commands": {
16+
"test": "xunit.runner.aspnet"
17+
}
18+
}

0 commit comments

Comments
 (0)