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

Commit 9da909d

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent e9fa0a6 commit 9da909d

File tree

4 files changed

+61
-56
lines changed

4 files changed

+61
-56
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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "Contracts for dependency injection.",
44
"repository": {
55
"type": "git",
@@ -13,26 +13,26 @@
1313
"net451": {},
1414
"dotnet5.4": {
1515
"dependencies": {
16-
"System.ComponentModel": "4.0.1-beta-*",
17-
"System.Diagnostics.Debug": "4.0.11-beta-*",
18-
"System.Globalization": "4.0.11-beta-*",
19-
"System.Linq": "4.0.1-beta-*",
20-
"System.Linq.Expressions": "4.0.11-beta-*",
21-
"System.Reflection": "4.0.11-beta-*",
22-
"System.Resources.ResourceManager": "4.0.1-beta-*"
16+
"System.ComponentModel": "4.0.1-beta-23516",
17+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
18+
"System.Globalization": "4.0.11-beta-23516",
19+
"System.Linq": "4.0.1-beta-23516",
20+
"System.Linq.Expressions": "4.0.11-beta-23516",
21+
"System.Reflection": "4.1.0-beta-23516",
22+
"System.Resources.ResourceManager": "4.0.1-beta-23516"
2323
}
2424
},
2525
"netcore50": {
2626
"dependencies": {
27-
"System.ComponentModel": "4.0.0",
28-
"System.Diagnostics.Debug": "4.0.10",
29-
"System.Globalization": "4.0.10",
30-
"System.Linq": "4.0.0",
31-
"System.Linq.Expressions": "4.0.10",
32-
"System.Reflection": "4.0.10",
33-
"System.Resources.ResourceManager": "4.0.0",
34-
"System.Runtime": "4.0.20"
27+
"System.ComponentModel": "4.0.1-beta-23516",
28+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
29+
"System.Globalization": "4.0.11-beta-23516",
30+
"System.Linq": "4.0.1-beta-23516",
31+
"System.Linq.Expressions": "4.0.11-beta-23516",
32+
"System.Reflection": "4.1.0-beta-23516",
33+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
34+
"System.Runtime": "4.0.21-beta-23516"
3535
}
3636
}
3737
}
38-
}
38+
}
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "Dependency injection abstraction and fallback implementation.",
44
"repository": {
55
"type": "git",
@@ -10,34 +10,34 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*"
13+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {
1818
"dependencies": {
19-
"System.Collections": "4.0.11-beta-*",
20-
"System.Collections.Concurrent": "4.0.11-beta-*",
21-
"System.Threading": "4.0.11-beta-*",
22-
"System.Threading.Tasks": "4.0.11-beta-*"
19+
"System.Collections": "4.0.11-beta-23516",
20+
"System.Collections.Concurrent": "4.0.11-beta-23516",
21+
"System.Threading": "4.0.11-beta-23516",
22+
"System.Threading.Tasks": "4.0.11-beta-23516"
2323
}
2424
},
2525
"netcore50": {
2626
"dependencies": {
27-
"System.Collections": "4.0.10",
28-
"System.Collections.Concurrent": "4.0.10",
29-
"System.ComponentModel": "4.0.0",
30-
"System.Diagnostics.Debug": "4.0.10",
31-
"System.Globalization": "4.0.10",
32-
"System.Linq": "4.0.0",
33-
"System.Linq.Expressions": "4.0.10",
34-
"System.Reflection": "4.0.10",
35-
"System.Resources.ResourceManager": "4.0.0",
36-
"System.Runtime": "4.0.20",
37-
"System.Runtime.Extensions": "4.0.10",
38-
"System.Threading": "4.0.10",
39-
"System.Threading.Tasks": "4.0.10"
27+
"System.Collections": "4.0.11-beta-23516",
28+
"System.Collections.Concurrent": "4.0.11-beta-23516",
29+
"System.ComponentModel": "4.0.1-beta-23516",
30+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
31+
"System.Globalization": "4.0.11-beta-23516",
32+
"System.Linq": "4.0.1-beta-23516",
33+
"System.Linq.Expressions": "4.0.11-beta-23516",
34+
"System.Reflection": "4.1.0-beta-23516",
35+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
36+
"System.Runtime": "4.0.21-beta-23516",
37+
"System.Runtime.Extensions": "4.0.11-beta-23516",
38+
"System.Threading": "4.0.11-beta-23516",
39+
"System.Threading.Tasks": "4.0.11-beta-23516"
4040
}
4141
}
4242
}
43-
}
43+
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "0.1-alpha-*",
3-
"compilationOptions": {
4-
"keyFile": "../../tools/Key.snk"
5-
},
6-
"dependencies": {
7-
"Microsoft.AspNet.Testing": "1.0.0-*",
8-
"Microsoft.Extensions.DependencyInjection": "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-
}
2+
"version": "0.1-alpha-*",
3+
"compilationOptions": {
4+
"keyFile": "../../tools/Key.snk"
5+
},
6+
"dependencies": {
7+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.DependencyInjection": "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)