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

Commit 6a5a053

Browse files
committed
Revert "Revert "Reacting to CoreCLR package changes""
This reverts commit d035b7c.
1 parent d035b7c commit 6a5a053

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"System.Globalization.Extensions": "4.0.1-*",
3333
"System.Linq.Expressions": "4.0.11-*",
3434
"System.Reflection.TypeExtensions": "4.1.0-*",
35-
"System.Runtime.InteropServices": "4.1.0-*",
36-
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
35+
"System.Runtime.InteropServices": "4.1.0-*"
3736
},
3837
"imports": [
3938
"dotnet5.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"System.Net.WebSockets": "4.0.0-*",
2828
"System.Runtime.Extensions": "4.1.0-*",
2929
"System.Security.Claims": "4.0.1-*",
30-
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
30+
"System.Security.Cryptography.X509Certificates": "4.1.0-*",
3131
"System.Security.Principal": "4.0.1-*"
3232
},
3333
"imports": [

0 commit comments

Comments
 (0)