Skip to content

Commit 6cd6acb

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent d2aac04 commit 6cd6acb

File tree

14 files changed

+242
-228
lines changed

14 files changed

+242
-228
lines changed

global.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"projects": ["src", "test/TestApps"]
3-
}
2+
"projects": [
3+
"src",
4+
"test/TestApps"
5+
],
6+
"sdk": {
7+
"version": "1.0.0-rc1-final"
8+
}
9+
}
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-rc1-final",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
9+
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.CodeGeneration.Sources": {
11+
"version": "1.0.0-rc1-final",
12+
"type": "build"
613
},
7-
"dependencies": {
8-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
9-
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
10-
"Microsoft.Extensions.CodeGeneration.Sources": {
11-
"version": "1.0.0-*",
12-
"type": "build"
13-
},
14-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
15-
"Microsoft.Extensions.CommandLineUtils.Sources": {
16-
"version": "1.0.0-*",
17-
"type": "build"
18-
},
19-
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-*",
20-
"Newtonsoft.Json": "6.0.6"
14+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.CommandLineUtils.Sources": {
16+
"version": "1.0.0-rc1-final",
17+
"type": "build"
2118
},
22-
"frameworks": {
23-
"dnx451": { },
24-
"dnxcore50": {
25-
"dependencies": {
26-
"System.Console": "4.0.0-beta-*",
27-
"System.Diagnostics.Process": "4.0.0-beta-*"
28-
}
29-
}
19+
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-rc1-final",
20+
"Newtonsoft.Json": "6.0.6"
21+
},
22+
"frameworks": {
23+
"dnx451": {},
24+
"dnxcore50": {
25+
"dependencies": {
26+
"System.Console": "4.0.0-beta-23516",
27+
"System.Diagnostics.Process": "4.1.0-beta-23516"
28+
}
3029
}
31-
}
30+
}
31+
}
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
"EntityFramework.Core": "7.0.0-*",
8+
"EntityFramework.Core": "7.0.0-rc1-final",
99
"Microsoft.Extensions.CodeGeneration.Sources": {
10-
"version": "1.0.0-*",
10+
"version": "1.0.0-rc1-final",
1111
"type": "build"
1212
},
13-
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-*",
14-
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-*",
15-
"Microsoft.AspNet.Hosting": "1.0.0-*"
13+
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-rc1-final",
15+
"Microsoft.AspNet.Hosting": "1.0.0-rc1-final"
1616
},
17-
1817
"frameworks": {
1918
"dnx451": {
2019
"frameworkAssemblies": {
@@ -23,12 +22,12 @@
2322
},
2423
"dnxcore50": {
2524
"dependencies": {
26-
"System.Runtime": "4.0.21-beta-*",
27-
"System.Text.Encoding": "4.0.11-beta-*"
25+
"System.Runtime": "4.0.21-beta-23516",
26+
"System.Text.Encoding": "4.0.11-beta-23516"
2827
}
2928
}
3029
},
3130
"packInclude": {
3231
"Templates/": "Templates/"
3332
}
34-
}
33+
}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "1.0.0-*",
3-
"shared": "*.cs",
4-
"frameworks": {
5-
"dnx451": { },
6-
"dnxcore50": {
7-
"dependencies": {
8-
"System.IO": "4.0.11-beta-*",
9-
"System.Linq": "4.0.1-beta-*",
10-
"System.Reflection": "4.0.11-beta-*",
11-
"System.Runtime": "4.0.21-beta-*",
12-
"System.Diagnostics.Contracts": "4.0.1-beta-*"
13-
}
14-
}
2+
"version": "1.0.0-rc1-final",
3+
"shared": "*.cs",
4+
"frameworks": {
5+
"dnx451": {},
6+
"dnxcore50": {
7+
"dependencies": {
8+
"System.IO": "4.0.11-beta-23516",
9+
"System.Linq": "4.0.1-beta-23516",
10+
"System.Reflection": "4.1.0-beta-23516",
11+
"System.Runtime": "4.0.21-beta-23516",
12+
"System.Diagnostics.Contracts": "4.0.1-beta-23516"
13+
}
1514
}
16-
}
15+
}
16+
}
Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-rc1-final",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Microsoft.Extensions.CodeGeneration.Sources": {
9+
"version": "1.0.0-rc1-final",
10+
"type": "build"
611
},
7-
"dependencies": {
8-
"Microsoft.Extensions.CodeGeneration.Sources": { "version": "1.0.0-*", "type": "build" },
9-
"Microsoft.AspNet.Razor": "4.0.0-*",
10-
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
12+
"Microsoft.AspNet.Razor": "4.0.0-rc1-final",
13+
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final"
14+
},
15+
"frameworks": {
16+
"dnx451": {
17+
"frameworkAssemblies": {
18+
"System.Runtime": "",
19+
"System.IO": "4.0.0.0",
20+
"System.Text.Encoding": "4.0.0.0",
21+
"System.Threading.Tasks": "4.0.0.0"
22+
}
1123
},
12-
13-
"frameworks": {
14-
"dnx451": {
15-
"frameworkAssemblies": {
16-
"System.Runtime": "",
17-
"System.IO": "4.0.0.0",
18-
"System.Text.Encoding": "4.0.0.0",
19-
"System.Threading.Tasks": "4.0.0.0"
20-
}
21-
},
22-
"dnxcore50": {
23-
"dependencies": {
24-
"System.IO": "4.0.11-beta-*",
25-
"System.Dynamic.Runtime": "4.0.11-beta-*",
26-
"System.Collections.Concurrent": "4.0.11-beta-*",
27-
"System.Reflection.TypeExtensions": "4.0.1-beta-*"
28-
}
29-
}
24+
"dnxcore50": {
25+
"dependencies": {
26+
"System.IO": "4.0.11-beta-23516",
27+
"System.Dynamic.Runtime": "4.0.11-beta-23516",
28+
"System.Collections.Concurrent": "4.0.11-beta-23516",
29+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516"
30+
}
3031
}
31-
}
32+
}
33+
}
Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-rc1-final",
3+
"compilationOptions": {
4+
"keyFile": "../../tools/Key.snk"
5+
},
6+
"dependencies": {
7+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.CodeGeneration.Sources": {
9+
"version": "1.0.0-rc1-final",
10+
"type": "build"
511
},
6-
"dependencies": {
7-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
8-
"Microsoft.Extensions.CodeGeneration.Sources": { "version": "1.0.0-*", "type": "build" },
9-
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-*",
10-
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-*",
11-
"Microsoft.Extensions.CodeGeneration.EntityFramework": "1.0.0-*",
12-
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" }
13-
},
14-
"frameworks": {
15-
"dnx451": { },
16-
"dnxcore50": {
17-
"dependencies": {
18-
"System.Console": "4.0.0-beta-*"
19-
}
20-
}
12+
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-rc1-final",
13+
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.CodeGeneration.EntityFramework": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.CommandLineUtils.Sources": {
16+
"version": "1.0.0-rc1-final",
17+
"type": "build"
18+
}
19+
},
20+
"frameworks": {
21+
"dnx451": {},
22+
"dnxcore50": {
23+
"dependencies": {
24+
"System.Console": "4.0.0-beta-23516"
25+
}
2126
}
22-
}
27+
}
28+
}
Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-rc1-final",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Microsoft.Extensions.CodeGeneration": "1.0.0-rc1-final",
9+
"Microsoft.Extensions.CodeGeneration.Sources": {
10+
"version": "1.0.0-rc1-final",
11+
"type": "build"
612
},
7-
"dependencies": {
8-
"Microsoft.Extensions.CodeGeneration": "1.0.0-*",
9-
"Microsoft.Extensions.CodeGeneration.Sources": { "version": "1.0.0-*", "type": "build" },
10-
"Microsoft.Extensions.CodeGeneration.EntityFramework": "1.0.0-*",
11-
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-*",
12-
"Newtonsoft.Json": "6.0.6"
13-
},
14-
"frameworks": {
15-
"dnx451": { },
16-
"dnxcore50": {
17-
"dependencies": {
18-
"System.Runtime": "4.0.21-beta-*"
19-
}
20-
}
21-
},
22-
"packInclude": {
23-
"/": "THIRDPARTYNOTICE ASP.NET_Preview.rtf",
24-
"Templates/": "Templates/"
13+
"Microsoft.Extensions.CodeGeneration.EntityFramework": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.CodeGeneration.Templating": "1.0.0-rc1-final",
15+
"Newtonsoft.Json": "6.0.6"
16+
},
17+
"frameworks": {
18+
"dnx451": {},
19+
"dnxcore50": {
20+
"dependencies": {
21+
"System.Runtime": "4.0.21-beta-23516"
22+
}
2523
}
26-
}
24+
},
25+
"packInclude": {
26+
"/": "THIRDPARTYNOTICE ASP.NET_Preview.rtf",
27+
"Templates/": "Templates/"
28+
}
29+
}
Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
2-
"dependencies": {
3-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
4-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
5-
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-*",
6-
"Microsoft.AspNet.Hosting": "1.0.0-*",
7-
"ModelTypesLocatorTestWebApp": "1.0.0",
8-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
2+
"dependencies": {
3+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
4+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
5+
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-rc1-final",
6+
"Microsoft.AspNet.Hosting": "1.0.0-rc1-final",
7+
"ModelTypesLocatorTestWebApp": "1.0.0",
8+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
9+
},
10+
"commands": {
11+
"test": "xunit.runner.aspnet"
12+
},
13+
"frameworks": {
14+
"dnx451": {
15+
"dependencies": {
16+
"Moq": "4.2.1312.1622"
17+
}
918
},
10-
11-
"commands": {
12-
"test": "xunit.runner.aspnet"
13-
},
14-
15-
"frameworks": {
16-
"dnx451": {
17-
"dependencies": {
18-
"Moq": "4.2.1312.1622"
19-
}
20-
},
21-
"dnxcore50": {
22-
"dependencies": {
23-
"System.Runtime": "4.0.21-beta-*"
24-
}
25-
}
19+
"dnxcore50": {
20+
"dependencies": {
21+
"System.Runtime": "4.0.21-beta-23516"
22+
}
2623
}
27-
}
24+
}
25+
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"compilationOptions": {
3-
"warningsAsErrors": true,
4-
"keyFile": "../../tools/Key.snk"
5-
},
6-
"dependencies": {
7-
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-*",
8-
"Moq": "4.2.1312.1622",
9-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10-
},
11-
"commands": {
12-
"test": "xunit.runner.aspnet"
13-
},
14-
"frameworks": {
15-
"dnx451": { }
16-
}
17-
}
2+
"compilationOptions": {
3+
"warningsAsErrors": true,
4+
"keyFile": "../../tools/Key.snk"
5+
},
6+
"dependencies": {
7+
"Microsoft.Extensions.CodeGeneration.Core": "1.0.0-rc1-final",
8+
"Moq": "4.2.1312.1622",
9+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
10+
},
11+
"commands": {
12+
"test": "xunit.runner.aspnet"
13+
},
14+
"frameworks": {
15+
"dnx451": {}
16+
}
17+
}

0 commit comments

Comments
 (0)