Skip to content

Commit fe7eb40

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 51d89f2 commit fe7eb40

File tree

32 files changed

+339
-262
lines changed

32 files changed

+339
-262
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" ]
3-
}
2+
"projects": [
3+
"src",
4+
"test"
5+
],
6+
"sdk": {
7+
"version": "1.0.0-rc1-final"
8+
}
9+
}
Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "Command line utilities for Entity Framework.",
44
"repository": {
55
"type": "git",
@@ -14,29 +14,29 @@
1414
"EntityFramework.Commands.CommandsStrings": "Properties/CommandsStrings.resx"
1515
},
1616
"dependencies": {
17-
"EntityFramework.Relational.Design": "7.0.0-*"
17+
"EntityFramework.Relational.Design": "7.0.0-rc1-final"
1818
},
1919
"frameworks": {
20-
"net451": { },
20+
"net451": {},
2121
"dnx451": {
2222
"dependencies": {
23-
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
23+
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final",
2424
"Microsoft.Extensions.CommandLineUtils.Sources": {
25-
"version": "1.0.0-*",
25+
"version": "1.0.0-rc1-final",
2626
"type": "build"
2727
},
28-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
28+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
2929
}
3030
},
3131
"dnxcore50": {
3232
"dependencies": {
33-
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
33+
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final",
3434
"Microsoft.Extensions.CommandLineUtils.Sources": {
35-
"version": "1.0.0-*",
35+
"version": "1.0.0-rc1-final",
3636
"type": "build"
3737
},
38-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
39-
"System.Console": "4.0.0-*"
38+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
39+
"System.Console": "4.0.0-beta-23516"
4040
}
4141
},
4242
"netcore50": {
@@ -48,9 +48,12 @@
4848
"packInclude": {
4949
"build/": "build/**",
5050
"lib/": "lib/**",
51-
"tools/": [ "tools/**", "Design\\OperationHandlers.cs" ]
51+
"tools/": [
52+
"tools/**",
53+
"Design\\OperationHandlers.cs"
54+
]
5255
},
5356
"commands": {
5457
"ef": "EntityFramework.Commands"
5558
}
56-
}
59+
}

src/EntityFramework.Core/project.json

Lines changed: 102 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "Entity Framework is Microsoft's recommended data access technology for new applications.",
44
"repository": {
55
"type": "git",
@@ -11,39 +11,83 @@
1111
},
1212
"dependencies": {
1313
"Ix-Async": "1.2.5",
14-
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
15-
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
16-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
17-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
18-
"Microsoft.Extensions.Logging": "1.0.0-*",
19-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
20-
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
14+
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final",
16+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
17+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
18+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
19+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
20+
"Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final",
2121
"Remotion.Linq": "2.0.1",
22-
"System.Collections.Immutable": "1.1.36"
22+
"System.Collections.Immutable": "1.1.38-beta-23516"
2323
},
2424
"compile": "..\\Shared\\*.cs",
2525
"namedResource": {
2626
"EntityFramework.Core.CoreStrings": "Properties/CoreStrings.resx"
2727
},
28-
"resource": [ "Properties/EntityFramework.Core.rd.xml" ],
28+
"resource": [
29+
"Properties/EntityFramework.Core.rd.xml"
30+
],
2931
"frameworks": {
3032
"net451": {
3133
"frameworkAssemblies": {
32-
"System.Collections": { "version": "4.0.0.0", "type": "build" },
34+
"System.Collections": {
35+
"version": "4.0.0.0",
36+
"type": "build"
37+
},
3338
"System.ComponentModel.DataAnnotations": "4.0.0.0",
34-
"System.Diagnostics.Debug": { "version": "4.0.0.0", "type": "build" },
35-
"System.Diagnostics.Tools": { "version": "4.0.0.0", "type": "build" },
36-
"System.Globalization": { "version": "4.0.0.0", "type": "build" },
37-
"System.Linq": { "version": "4.0.0.0", "type": "build" },
38-
"System.Linq.Expressions": { "version": "4.0.0.0", "type": "build" },
39-
"System.Linq.Queryable": { "version": "4.0.0.0", "type": "build" },
40-
"System.ObjectModel": { "version": "4.0.0.0", "type": "build" },
41-
"System.Reflection": { "version": "4.0.0.0", "type": "build" },
42-
"System.Reflection.Extensions": { "version": "4.0.0.0", "type": "build" },
43-
"System.Resources.ResourceManager": { "version": "4.0.0.0", "type": "build" },
44-
"System.Runtime": { "version": "4.0.0.0", "type": "build" },
45-
"System.Runtime.Extensions": { "version": "4.0.0.0", "type": "build" },
46-
"System.Threading": { "version": "4.0.0.0", "type": "build" }
39+
"System.Diagnostics.Debug": {
40+
"version": "4.0.0.0",
41+
"type": "build"
42+
},
43+
"System.Diagnostics.Tools": {
44+
"version": "4.0.0.0",
45+
"type": "build"
46+
},
47+
"System.Globalization": {
48+
"version": "4.0.0.0",
49+
"type": "build"
50+
},
51+
"System.Linq": {
52+
"version": "4.0.0.0",
53+
"type": "build"
54+
},
55+
"System.Linq.Expressions": {
56+
"version": "4.0.0.0",
57+
"type": "build"
58+
},
59+
"System.Linq.Queryable": {
60+
"version": "4.0.0.0",
61+
"type": "build"
62+
},
63+
"System.ObjectModel": {
64+
"version": "4.0.0.0",
65+
"type": "build"
66+
},
67+
"System.Reflection": {
68+
"version": "4.0.0.0",
69+
"type": "build"
70+
},
71+
"System.Reflection.Extensions": {
72+
"version": "4.0.0.0",
73+
"type": "build"
74+
},
75+
"System.Resources.ResourceManager": {
76+
"version": "4.0.0.0",
77+
"type": "build"
78+
},
79+
"System.Runtime": {
80+
"version": "4.0.0.0",
81+
"type": "build"
82+
},
83+
"System.Runtime.Extensions": {
84+
"version": "4.0.0.0",
85+
"type": "build"
86+
},
87+
"System.Threading": {
88+
"version": "4.0.0.0",
89+
"type": "build"
90+
}
4791
}
4892
},
4993
"dnx451": {
@@ -67,44 +111,44 @@
67111
},
68112
"dotnet5.4": {
69113
"dependencies": {
70-
"System.Collections": "4.0.11-beta-*",
71-
"System.Collections.Concurrent": "4.0.11-beta-*",
72-
"System.ComponentModel": "4.0.1-beta-*",
73-
"System.ComponentModel.Annotations": "4.0.11-beta-*",
74-
"System.Diagnostics.Debug": "4.0.11-beta-*",
75-
"System.Diagnostics.Tools": "4.0.1-beta-*",
76-
"System.Linq": "4.0.1-beta-*",
77-
"System.Linq.Queryable": "4.0.1-beta-*",
78-
"System.ObjectModel": "4.0.11-beta-*",
79-
"System.Reflection": "4.0.10-*",
80-
"System.Reflection.Extensions": "4.0.1-beta-*",
81-
"System.Resources.ResourceManager": "4.0.1-beta-*",
82-
"System.Runtime": "4.0.21-beta-*",
83-
"System.Runtime.Extensions": "4.0.11-beta-*",
84-
"System.Runtime.InteropServices": "4.0.21-beta-*",
85-
"System.Threading": "4.0.11-beta-*",
86-
"System.Threading.Tasks": "4.0.11-beta-*"
114+
"System.Collections": "4.0.11-beta-23516",
115+
"System.Collections.Concurrent": "4.0.11-beta-23516",
116+
"System.ComponentModel": "4.0.1-beta-23516",
117+
"System.ComponentModel.Annotations": "4.0.11-beta-23516",
118+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
119+
"System.Diagnostics.Tools": "4.0.1-beta-23516",
120+
"System.Linq": "4.0.1-beta-23516",
121+
"System.Linq.Queryable": "4.0.1-beta-23516",
122+
"System.ObjectModel": "4.0.11-beta-23516",
123+
"System.Reflection": "4.1.0-beta-23516",
124+
"System.Reflection.Extensions": "4.0.1-beta-23516",
125+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
126+
"System.Runtime": "4.0.21-beta-23516",
127+
"System.Runtime.Extensions": "4.0.11-beta-23516",
128+
"System.Runtime.InteropServices": "4.0.21-beta-23516",
129+
"System.Threading": "4.0.11-beta-23516",
130+
"System.Threading.Tasks": "4.0.11-beta-23516"
87131
}
88132
},
89133
"netcore50": {
90134
"dependencies": {
91-
"System.ComponentModel": "4.0.0",
92-
"System.ComponentModel.Annotations": "4.0.10",
93-
"System.Diagnostics.Debug": "4.0.10",
94-
"System.Globalization": "4.0.10",
95-
"System.IO": "4.0.10",
96-
"System.Linq": "4.0.0",
97-
"System.Linq.Expressions": "4.0.10",
98-
"System.Linq.Queryable": "4.0.0",
99-
"System.ObjectModel": "4.0.10",
100-
"System.Reflection": "4.0.10",
101-
"System.Reflection.Extensions": "4.0.0",
102-
"System.Reflection.TypeExtensions": "4.0.0",
103-
"System.Resources.ResourceManager": "4.0.0",
104-
"System.Runtime": "4.0.20",
105-
"System.Runtime.Extensions": "4.0.10",
106-
"System.Threading": "4.0.10",
107-
"System.Threading.Tasks": "4.0.10"
135+
"System.ComponentModel": "4.0.1-beta-23516",
136+
"System.ComponentModel.Annotations": "4.0.11-beta-23516",
137+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
138+
"System.Globalization": "4.0.11-beta-23516",
139+
"System.IO": "4.0.11-beta-23516",
140+
"System.Linq": "4.0.1-beta-23516",
141+
"System.Linq.Expressions": "4.0.11-beta-23516",
142+
"System.Linq.Queryable": "4.0.1-beta-23516",
143+
"System.ObjectModel": "4.0.11-beta-23516",
144+
"System.Reflection": "4.1.0-beta-23516",
145+
"System.Reflection.Extensions": "4.0.1-beta-23516",
146+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
147+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
148+
"System.Runtime": "4.0.21-beta-23516",
149+
"System.Runtime.Extensions": "4.0.11-beta-23516",
150+
"System.Threading": "4.0.11-beta-23516",
151+
"System.Threading.Tasks": "4.0.11-beta-23516"
108152
}
109153
}
110154
}

src/EntityFramework.InMemory/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "In memory data store for Entity Framework (to be used for testing purposes).",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"EntityFramework.Core": "7.0.0-*"
13+
"EntityFramework.Core": "7.0.0-rc1-final"
1414
},
1515
"compile": "..\\Shared\\*.cs",
1616
"namedResource": {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "Design-time Entity Framework Functionality for Microsoft SQL Server data store.",
44
"repository": {
55
"type": "git",
@@ -10,15 +10,15 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"EntityFramework.Relational.Design": "7.0.0-*",
14-
"EntityFramework.MicrosoftSqlServer": "7.0.0-*"
13+
"EntityFramework.Relational.Design": "7.0.0-rc1-final",
14+
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-final"
1515
},
1616
"compile": "..\\Shared\\*.cs",
1717
"namedResource": {
1818
"EntityFramework.MicrosoftSqlServer.Design.SqlServerDesignStrings": "Properties/SqlServerDesignStrings.resx"
1919
},
2020
"frameworks": {
21-
"net451": { },
22-
"dnxcore50": { }
21+
"net451": {},
22+
"dnxcore50": {}
2323
}
24-
}
24+
}

src/EntityFramework.MicrosoftSqlServer/project.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "Microsoft SQL Server data store for Entity Framework.",
44
"repository": {
55
"type": "git",
@@ -10,27 +10,29 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"EntityFramework.Relational": "7.0.0-*"
13+
"EntityFramework.Relational": "7.0.0-rc1-final"
1414
},
1515
"compile": "..\\Shared\\*.cs",
1616
"namedResource": {
1717
"EntityFramework.MicrosoftSqlServer.SqlServerStrings": "Properties/SqlServerStrings.resx"
1818
},
19-
"resource": [ "Properties/EntityFramework.MicrosoftSqlServer.rd.xml" ],
19+
"resource": [
20+
"Properties/EntityFramework.MicrosoftSqlServer.rd.xml"
21+
],
2022
"frameworks": {
21-
"net451": { },
23+
"net451": {},
2224
"dotnet5.4": {
2325
"dependencies": {
24-
"System.Data.SqlClient": "4.0.0-*",
25-
"System.Text.Encoding.CodePages": "4.0.1-beta-*",
26-
"System.Threading.Thread": "4.0.0-*",
27-
"System.Threading.ThreadPool": "4.0.10-*"
26+
"System.Data.SqlClient": "4.0.0-beta-23516",
27+
"System.Text.Encoding.CodePages": "4.0.1-beta-23516",
28+
"System.Threading.Thread": "4.0.0-beta-23516",
29+
"System.Threading.ThreadPool": "4.0.10-beta-23516"
2830
}
2931
},
3032
"netcore50": {
3133
"dependencies": {
32-
"System.Data.SqlClient": "4.0.0-*",
33-
"System.Threading.Thread": "4.0.0-*"
34+
"System.Data.SqlClient": "4.0.0-beta-23516",
35+
"System.Threading.Thread": "4.0.0-beta-23516"
3436
}
3537
}
3638
}

src/EntityFramework.Relational.Design/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.0-*",
2+
"version": "7.0.0-rc1-final",
33
"description": "Shared Design-time Entity Framework components for relational data stores.",
44
"repository": {
55
"type": "git",
@@ -10,7 +10,7 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"EntityFramework.Relational": "7.0.0-*"
13+
"EntityFramework.Relational": "7.0.0-rc1-final"
1414
},
1515
"compile": "..\\Shared\\*.cs",
1616
"namedResource": {
@@ -44,7 +44,7 @@
4444
},
4545
"dnxcore50": {
4646
"dependencies": {
47-
"System.ComponentModel.Annotations": "4.0.11-beta-*"
47+
"System.ComponentModel.Annotations": "4.0.11-beta-23516"
4848
}
4949
},
5050
"netcore50": {
@@ -57,4 +57,4 @@
5757
"build/": "build/**",
5858
"lib/": "lib/**"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)