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

Commit d035b7c

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
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-*"
35+
"System.Runtime.InteropServices": "4.1.0-*",
36+
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
3637
},
3738
"imports": [
3839
"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.1.0-*",
30+
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
3131
"System.Security.Principal": "4.0.1-*"
3232
},
3333
"imports": [

0 commit comments

Comments
 (0)