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

Commit e52cab5

Browse files
committed
Updating partner package versions
1 parent 861ae52 commit e52cab5

11 files changed

Lines changed: 23 additions & 28 deletions

File tree

samples/LocalizationSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
54
"Microsoft.AspNetCore.Localization": "1.1.0-*",
5+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
6+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
67
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
7-
"Microsoft.Extensions.Localization": "1.1.0-*",
8-
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
8+
"Microsoft.Extensions.Localization": "1.1.0-*"
99
},
1010
"buildOptions": {
1111
"emitEntryPoint": true
@@ -20,7 +20,7 @@
2020
"netcoreapp1.0": {
2121
"dependencies": {
2222
"Microsoft.NETCore.App": {
23-
"version": "1.0.0-*",
23+
"version": "1.1.0-*",
2424
"type": "platform"
2525
}
2626
}

src/Microsoft.AspNetCore.Localization/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"Microsoft.Extensions.TaskCache.Sources": {
2828
"type": "build",
2929
"version": "1.1.0-*"
30-
}
30+
},
31+
"NETStandard.Library": "1.6.1-*"
3132
},
3233
"frameworks": {
3334
"net451": {},

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"frameworks": {
2323
"netstandard1.1": {
2424
"dependencies": {
25-
"System.Collections.Concurrent": "4.0.12-*",
26-
"System.Linq": "4.1.0-*",
27-
"System.Resources.ResourceManager": "4.0.1-*"
25+
"NETStandard.Library": "1.6.1-*"
2826
}
2927
}
3028
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"frameworks": {
2222
"netstandard1.0": {
2323
"dependencies": {
24-
"Microsoft.CSharp": "4.0.1-*",
25-
"System.Globalization": "4.0.11-*",
26-
"System.Resources.ResourceManager": "4.0.1-*"
24+
"Microsoft.CSharp": "4.3.0-*",
25+
"NETStandard.Library": "1.6.1-*"
2726
}
2827
}
2928
}

src/Microsoft.Extensions.Localization/project.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
2323
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
2424
"Microsoft.Extensions.Localization.Abstractions": "1.1.0-*",
25-
"Microsoft.Extensions.Options": "1.1.0-*"
25+
"Microsoft.Extensions.Options": "1.1.0-*",
26+
"NETStandard.Library": "1.6.1-*"
2627
},
2728
"frameworks": {
2829
"net451": {},
2930
"netstandard1.3": {
3031
"dependencies": {
31-
"System.Collections.Concurrent": "4.0.12-*",
32-
"System.Reflection.Extensions": "4.0.1-*",
33-
"System.Resources.Reader": "4.0.0-*"
32+
"System.Resources.Reader": "4.3.0-*"
3433
}
3534
}
3635
}

test/LocalizationWebsite/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"netcoreapp1.0": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.1.0-*",
2222
"type": "platform"
2323
}
2424
}

test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.0-*",
18+
"version": "1.1.0-*",
1919
"type": "platform"
2020
}
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.0-*",
16+
"version": "1.1.0-*",
1717
"type": "platform"
1818
}
1919
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.0-*",
17+
"version": "1.1.0-*",
1818
"type": "platform"
1919
},
20-
"System.Resources.Writer": "4.0.0-*",
21-
"System.Diagnostics.TraceSource": "4.0.0-*"
20+
"System.Diagnostics.TraceSource": "4.3.0-*",
21+
"System.Resources.Writer": "4.3.0-*"
2222
}
2323
},
2424
"net451": {}
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"NETStandard.Library": "1.6.0"
8+
"NETStandard.Library": "1.6.1-*"
99
},
10-
1110
"frameworks": {
1211
"net451": {},
1312
"netstandard1.6": {
1413
"imports": "dnxcore50"
1514
}
1615
}
17-
}
16+
}

0 commit comments

Comments
 (0)