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

Commit 3cd5907

Browse files
committed
Update CoreCLR versions
1 parent 9c3a391 commit 3cd5907

File tree

8 files changed

+55
-55
lines changed

8 files changed

+55
-55
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
44
"repository": {
@@ -15,22 +15,22 @@
1515
"dnx451": { },
1616
"dnxcore50": {
1717
"dependencies": {
18-
"System.Collections": "4.0.10-beta-*",
19-
"System.Diagnostics.Tools": "4.0.0-beta-*",
20-
"System.Globalization": "4.0.10-beta-*",
21-
"System.Globalization.Extensions": "4.0.0-beta-*",
22-
"System.Linq": "4.0.0-beta-*",
23-
"System.Linq.Expressions": "4.0.10-beta-*",
24-
"System.Net.Primitives": "4.0.10-beta-*",
18+
"System.Collections": "4.0.11-beta-*",
19+
"System.Diagnostics.Tools": "4.0.1-beta-*",
20+
"System.Globalization": "4.0.11-beta-*",
21+
"System.Globalization.Extensions": "4.0.1-beta-*",
22+
"System.Linq": "4.0.1-beta-*",
23+
"System.Linq.Expressions": "4.0.11-beta-*",
24+
"System.Net.Primitives": "4.0.11-beta-*",
2525
"System.Net.WebSockets": "4.0.0-beta-*",
26-
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
27-
"System.Runtime": "4.0.20-beta-*",
28-
"System.Runtime.InteropServices": "4.0.20-beta-*",
29-
"System.Security.Claims": "4.0.0-beta-*",
26+
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
27+
"System.Runtime": "4.0.21-beta-*",
28+
"System.Runtime.InteropServices": "4.0.21-beta-*",
29+
"System.Security.Claims": "4.0.1-beta-*",
3030
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
31-
"System.Security.Principal": "4.0.0-beta-*",
32-
"System.Threading.Tasks": "4.0.10-beta-*"
31+
"System.Security.Principal": "4.0.1-beta-*",
32+
"System.Threading.Tasks": "4.0.11-beta-*"
3333
}
3434
}
3535
}
36-
}
36+
}

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"dnx451": { },
1616
"dnxcore50": {
1717
"dependencies": {
18-
"System.IO.FileSystem": "4.0.0-beta-*",
19-
"System.Runtime": "4.0.20-beta-*",
20-
"System.Resources.ResourceManager": "4.0.0-beta-*"
18+
"System.IO.FileSystem": "4.0.1-beta-*",
19+
"System.Runtime": "4.0.21-beta-*",
20+
"System.Resources.ResourceManager": "4.0.1-beta-*"
2121
}
2222
}
2323
}

src/Microsoft.AspNet.Http.Features/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dnx451": { },
1313
"dnxcore50": {
1414
"dependencies": {
15-
"System.Collections": "4.0.10-beta-*",
16-
"System.Linq": "4.0.0-beta-*",
17-
"System.Net.Primitives": "4.0.10-beta-*",
15+
"System.Collections": "4.0.11-beta-*",
16+
"System.Linq": "4.0.1-beta-*",
17+
"System.Net.Primitives": "4.0.11-beta-*",
1818
"System.Net.WebSockets": "4.0.0-beta-*",
19-
"System.Runtime.Extensions": "4.0.10-beta-*",
20-
"System.Security.Claims": "4.0.0-beta-*",
19+
"System.Runtime.Extensions": "4.0.11-beta-*",
20+
"System.Security.Claims": "4.0.1-beta-*",
2121
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
22-
"System.Security.Principal": "4.0.0-beta-*"
22+
"System.Security.Principal": "4.0.1-beta-*"
2323
}
2424
}
2525
}

src/Microsoft.AspNet.Http/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature implementations.",
44
"repository": {
@@ -15,9 +15,9 @@
1515
"dnx451": { },
1616
"dnxcore50": {
1717
"dependencies": {
18-
"System.Diagnostics.Debug": "4.0.10-beta-*",
19-
"System.Text.Encoding": "4.0.10-beta-*"
18+
"System.Diagnostics.Debug": "4.0.11-beta-*",
19+
"System.Text.Encoding": "4.0.11-beta-*"
2020
}
2121
}
2222
}
23-
}
23+
}

src/Microsoft.AspNet.Owin/project.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"dnx451": { },
1414
"dnxcore50": {
1515
"dependencies": {
16-
"System.Collections": "4.0.10-beta-*",
17-
"System.ComponentModel": "4.0.0-beta-*",
18-
"System.Diagnostics.Tools": "4.0.0-beta-*",
19-
"System.Globalization": "4.0.10-beta-*",
20-
"System.IO": "4.0.10-beta-*",
21-
"System.Linq": "4.0.0-beta-*",
22-
"System.Net.Primitives": "4.0.10-beta-*",
23-
"System.Runtime": "4.0.20-beta-*",
24-
"System.Runtime.Extensions": "4.0.10-beta-*",
25-
"System.Runtime.InteropServices": "4.0.20-beta-*",
26-
"System.Security.Claims": "4.0.0-beta-*",
16+
"System.Collections": "4.0.11-beta-*",
17+
"System.ComponentModel": "4.0.1-beta-*",
18+
"System.Diagnostics.Tools": "4.0.1-beta-*",
19+
"System.Globalization": "4.0.11-beta-*",
20+
"System.IO": "4.0.11-beta-*",
21+
"System.Linq": "4.0.1-beta-*",
22+
"System.Net.Primitives": "4.0.11-beta-*",
23+
"System.Runtime": "4.0.21-beta-*",
24+
"System.Runtime.Extensions": "4.0.11-beta-*",
25+
"System.Runtime.InteropServices": "4.0.21-beta-*",
26+
"System.Security.Claims": "4.0.1-beta-*",
2727
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
28-
"System.Security.Principal": "4.0.0-beta-*",
29-
"System.Threading.Tasks": "4.0.10-beta-*"
28+
"System.Security.Principal": "4.0.1-beta-*",
29+
"System.Threading.Tasks": "4.0.11-beta-*"
3030
}
3131
}
3232
}

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"dnx451": { },
1414
"dnxcore50": {
1515
"dependencies": {
16-
"System.Collections": "4.0.10-beta-*",
17-
"System.Diagnostics.Debug": "4.0.10-beta-*",
18-
"System.IO": "4.0.10-beta-*",
19-
"System.IO.FileSystem": "4.0.0-beta-*",
20-
"System.Runtime": "4.0.20-beta-*",
21-
"System.Runtime.Extensions": "4.0.10-beta-*"
16+
"System.Collections": "4.0.11-beta-*",
17+
"System.Diagnostics.Debug": "4.0.11-beta-*",
18+
"System.IO": "4.0.11-beta-*",
19+
"System.IO.FileSystem": "4.0.1-beta-*",
20+
"System.Runtime": "4.0.21-beta-*",
21+
"System.Runtime.Extensions": "4.0.11-beta-*"
2222
}
2323
}
2424
}

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dnx451" : { },
1313
"dnxcore50" : {
1414
"dependencies": {
15-
"System.Collections": "4.0.10-beta-*",
16-
"System.Diagnostics.Contracts": "4.0.0-beta-*",
17-
"System.Globalization": "4.0.10-beta-*",
18-
"System.Globalization.Extensions": "4.0.0-beta-*",
19-
"System.Linq": "4.0.0-beta-*",
20-
"System.Text.Encoding": "4.0.10-beta-*",
21-
"System.Runtime": "4.0.20-beta-*"
15+
"System.Collections": "4.0.11-beta-*",
16+
"System.Diagnostics.Contracts": "4.0.1-beta-*",
17+
"System.Globalization": "4.0.11-beta-*",
18+
"System.Globalization.Extensions": "4.0.1-beta-*",
19+
"System.Linq": "4.0.1-beta-*",
20+
"System.Text.Encoding": "4.0.11-beta-*",
21+
"System.Runtime": "4.0.21-beta-*"
2222
}
2323
}
2424
}

test/Microsoft.Framework.WebEncoders.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dnx451": { },
1717
"dnxcore50": {
1818
"dependencies": {
19-
"System.Text.Encoding.Extensions": "4.0.10-beta-*"
19+
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
2020
}
2121
}
2222
},

0 commit comments

Comments
 (0)