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

Commit 38feebc

Browse files
committed
Reacting to CoreCLR package version change
1 parent 3f84e99 commit 38feebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"System.Linq": "4.0.1-*",
2121
"System.Net.Primitives": "4.0.11-*",
2222
"System.Net.WebSockets": "4.0.0-*",
23-
"System.Runtime.Extensions": "4.0.11-*",
23+
"System.Runtime.Extensions": "4.1.0-*",
2424
"System.Security.Claims": "4.0.1-*",
2525
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
2626
"System.Security.Principal": "4.0.1-*"

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dotnet5.4": {
2323
"dependencies": {
2424
"System.Collections": "4.0.11-*",
25-
"System.IO": "4.0.11-*",
25+
"System.IO": "4.1.0-*",
2626
"System.IO.FileSystem": "4.0.1-*"
2727
}
2828
}

0 commit comments

Comments
 (0)