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

Commit cd89b36

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 12ec165 commit cd89b36

File tree

10 files changed

+85
-89
lines changed

10 files changed

+85
-89
lines changed

global.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"projects": [ "src" ]
2+
"projects": [
3+
"src"
4+
],
5+
"sdk": {
6+
"version": "1.0.0-rc1-final"
7+
}
38
}
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
{
22
"webroot": "wwwroot",
33
"version": "1.0.0-*",
4-
54
"dependencies": {
6-
"Microsoft.AspNet.Localization": "1.0.0-*",
5+
"Microsoft.AspNet.Localization": "1.0.0-rc1-final",
76
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
8-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
9-
"Microsoft.Extensions.Localization": "1.0.0-*"
7+
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.Localization": "1.0.0-rc1-final"
109
},
11-
1210
"commands": {
1311
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000"
1412
},
15-
1613
"frameworks": {
17-
"dnx451": { },
14+
"dnx451": {},
1815
"dnxcore50": {
1916
"dependencies": {
20-
"System.Globalization": "4.0.11-beta-*",
21-
"System.Globalization.Extensions": "4.0.1-beta-*"
17+
"System.Globalization": "4.0.11-beta-23516",
18+
"System.Globalization.Extensions": "4.0.1-beta-23516"
2219
}
2320
}
2421
},
25-
2622
"publishExclude": [
2723
"node_modules",
2824
"bower_components",
@@ -35,4 +31,4 @@
3531
"node_modules",
3632
"bower_components"
3733
]
38-
}
34+
}

src/Microsoft.AspNet.Localization/project.json

Lines changed: 9 additions & 9 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": "Middleware for automatically applying culture information to HTTP requests.",
44
"repository": {
55
"type": "git",
@@ -10,19 +10,19 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
14-
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-*",
15-
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*"
13+
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.Globalization.CultureInfoCache": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final"
1616
},
1717
"frameworks": {
1818
"net451": {},
1919
"dotnet5.4": {
2020
"dependencies": {
21-
"Microsoft.CSharp": "4.0.1-beta-*",
22-
"System.Collections": "4.0.11-beta-*",
23-
"System.Globalization": "4.0.11-beta-*",
24-
"System.Linq": "4.0.1-beta-*",
25-
"System.Threading": "4.0.11-beta-*"
21+
"Microsoft.CSharp": "4.0.1-beta-23516",
22+
"System.Collections": "4.0.11-beta-23516",
23+
"System.Globalization": "4.0.11-beta-23516",
24+
"System.Linq": "4.0.1-beta-23516",
25+
"System.Threading": "4.0.11-beta-23516"
2626
}
2727
}
2828
}

src/Microsoft.Extensions.Globalization.CultureInfoCache/project.json

Lines changed: 5 additions & 5 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": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.",
44
"repository": {
55
"type": "git",
@@ -13,10 +13,10 @@
1313
"net451": {},
1414
"dotnet5.4": {
1515
"dependencies": {
16-
"Microsoft.CSharp": "4.0.1-beta-*",
17-
"System.Collections": "4.0.11-beta-*",
18-
"System.Collections.Concurrent": "4.0.11-beta-*",
19-
"System.Globalization": "4.0.11-beta-*"
16+
"Microsoft.CSharp": "4.0.1-beta-23516",
17+
"System.Collections": "4.0.11-beta-23516",
18+
"System.Collections.Concurrent": "4.0.11-beta-23516",
19+
"System.Globalization": "4.0.11-beta-23516"
2020
}
2121
}
2222
}

src/Microsoft.Extensions.Localization.Abstractions/project.json

Lines changed: 6 additions & 6 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": "Abstractions of application localization services.",
44
"repository": {
55
"type": "git",
@@ -13,11 +13,11 @@
1313
"net451": {},
1414
"dotnet5.4": {
1515
"dependencies": {
16-
"Microsoft.CSharp": "4.0.1-beta-*",
17-
"System.Collections": "4.0.11-beta-*",
18-
"System.Globalization": "4.0.11-beta-*",
19-
"System.Reflection": "4.0.11-beta-*",
20-
"System.Runtime": "4.0.21-beta-*"
16+
"Microsoft.CSharp": "4.0.1-beta-23516",
17+
"System.Collections": "4.0.11-beta-23516",
18+
"System.Globalization": "4.0.11-beta-23516",
19+
"System.Reflection": "4.1.0-beta-23516",
20+
"System.Runtime": "4.0.21-beta-23516"
2121
}
2222
}
2323
}

src/Microsoft.Extensions.Localization/project.json

Lines changed: 13 additions & 13 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": "Application localization services.",
44
"repository": {
55
"type": "git",
@@ -10,23 +10,23 @@
1010
"keyFile": "../../tools/Key.snk"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
14-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
15-
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*",
16-
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
13+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-rc1-final",
16+
"Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final"
1717
},
1818
"frameworks": {
1919
"net451": {},
2020
"dotnet5.4": {
2121
"dependencies": {
22-
"Microsoft.CSharp": "4.0.1-beta-*",
23-
"System.Collections": "4.0.11-beta-*",
24-
"System.Collections.Concurrent": "4.0.11-beta-*",
25-
"System.Globalization": "4.0.11-beta-*",
26-
"System.Linq": "4.0.1-beta-*",
27-
"System.Resources.ReaderWriter": "4.0.0-beta-*",
28-
"System.Resources.ResourceManager": "4.0.1-beta-*",
29-
"System.Threading": "4.0.11-beta-*"
22+
"Microsoft.CSharp": "4.0.1-beta-23516",
23+
"System.Collections": "4.0.11-beta-23516",
24+
"System.Collections.Concurrent": "4.0.11-beta-23516",
25+
"System.Globalization": "4.0.11-beta-23516",
26+
"System.Linq": "4.0.1-beta-23516",
27+
"System.Resources.ReaderWriter": "4.0.0-beta-23516",
28+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
29+
"System.Threading": "4.0.11-beta-23516"
3030
}
3131
}
3232
}

test/LocalizationWebsite/project.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
{
1+
{
22
"webroot": "wwwroot",
33
"version": "1.0.0-*",
4-
54
"compilationOptions": {
6-
"warningsAsErrors": true
7-
},
8-
5+
"warningsAsErrors": true
6+
},
97
"dependencies": {
10-
"Microsoft.AspNet.Localization": "1.0.0-*",
11-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
12-
"Microsoft.Extensions.Localization": "1.0.0-*",
13-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
8+
"Microsoft.AspNet.Localization": "1.0.0-rc1-final",
9+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.Localization": "1.0.0-rc1-final",
11+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
1412
},
15-
1613
"commands": {
1714
"web": "Microsoft.AspNet.Server.Kestrel",
1815
"kestrel": "Microsoft.AspNet.Server.Kestrel"
1916
},
20-
2117
"frameworks": {
22-
"dnx451": { },
23-
"dnxcore50": { }
18+
"dnx451": {},
19+
"dnxcore50": {}
2420
},
25-
2621
"exclude": [
2722
"wwwroot",
2823
"node_modules",
@@ -35,4 +30,4 @@
3530
"**.user",
3631
"**.vspscc"
3732
]
38-
}
33+
}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
{
1+
{
22
"compilationOptions": {
3-
"warningsAsErrors": true
4-
},
3+
"warningsAsErrors": true
4+
},
55
"commands": {
66
"test": "xunit.runner.aspnet"
77
},
88
"dependencies": {
9-
"Microsoft.AspNet.Server.Testing": "1.0.0-*",
10-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
11-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
12-
},
9+
"Microsoft.AspNet.Server.Testing": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
11+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
12+
},
1313
"frameworks": {
14-
"dnx451": { },
14+
"dnx451": {},
1515
"dnxcore50": {
1616
"dependencies": {
17-
"Microsoft.CSharp": "4.0.1-beta-*",
18-
"System.Collections": "4.0.11-beta-*",
19-
"System.Linq": "4.0.1-beta-*",
20-
"System.Runtime": "4.0.21-beta-*",
21-
"System.Threading": "4.0.11-beta-*"
17+
"Microsoft.CSharp": "4.0.1-beta-23516",
18+
"System.Collections": "4.0.11-beta-23516",
19+
"System.Linq": "4.0.1-beta-23516",
20+
"System.Runtime": "4.0.21-beta-23516",
21+
"System.Threading": "4.0.11-beta-23516"
2222
}
2323
}
2424
}
25-
}
25+
}

test/Microsoft.AspNet.Localization.Tests/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
{
2-
"dependencies": {
3-
"Microsoft.AspNet.Localization": "1.0.0-*",
4-
"Microsoft.AspNet.TestHost": "1.0.0-*",
5-
"xunit": "2.1.0-*",
6-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
7-
},
1+
{
2+
"dependencies": {
3+
"Microsoft.AspNet.Localization": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.TestHost": "1.0.0-rc1-final",
5+
"xunit": "2.1.0-*",
6+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
7+
},
88
"frameworks": {
9-
"dnx451": { },
10-
"dnxcore50": { }
9+
"dnx451": {},
10+
"dnxcore50": {}
1111
},
1212
"commands": {
1313
"test": "xunit.runner.aspnet"

test/Microsoft.Extensions.Localization.Tests/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
8-
"Microsoft.Extensions.Localization": "1.0.0-*",
7+
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.Localization": "1.0.0-rc1-final",
99
"xunit": "2.1.0-*",
10-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
1111
},
1212
"frameworks": {
13-
"dnx451": { },
13+
"dnx451": {},
1414
"dnxcore50": {
1515
"dependencies": {
16-
"System.Reflection": "4.0.11-beta-*"
16+
"System.Reflection": "4.1.0-beta-23516"
1717
}
1818
}
1919
},
2020
"commands": {
2121
"test": "xunit.runner.aspnet"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)