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

Commit 1453fea

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent a15c815 commit 1453fea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/SessionSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"netcoreapp1.0": {
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.8-servicing-005009-00",
27+
"version": "1.0.8",
2828
"type": "platform"
2929
}
3030
}

src/Microsoft.AspNetCore.Session/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"net451": {},
3333
"netstandard1.3": {
3434
"dependencies": {
35-
"System.Security.Cryptography.Algorithms": "4.2.0"
35+
"System.Security.Cryptography.Algorithms": "4.2.1"
3636
}
3737
}
3838
}

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
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.8-servicing-005009-00",
15+
"version": "1.0.8",
1616
"type": "platform"
1717
},
1818
"System.Threading.Thread": "4.0.0",

0 commit comments

Comments
 (0)