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

Commit 41b0ea9

Browse files
committed
Reacting to CoreCLR package changes
1 parent 396bef4 commit 41b0ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Session/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"net451": { },
3030
"netstandard1.3": {
3131
"dependencies": {
32-
"System.Security.Cryptography.Algorithms": "4.0.0-*"
32+
"System.Security.Cryptography.Algorithms": "4.1.0-*"
3333
},
3434
"imports": [
3535
"dotnet5.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"netstandardapp1.5": {
1313
"dependencies": {
1414
"dotnet-test-xunit": "1.0.0-dev-*",
15-
"Microsoft.NETCore.Platforms": "1.0.1-*"
15+
"System.Threading.Thread": "4.0.0-*"
1616
},
1717
"imports": [
1818
"dnxcore50",

0 commit comments

Comments
 (0)