Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9400b5b

Browse files
committed
Fix build and react to update CoreCLR packages
aspnet/Coherence#97
1 parent 9bdbc59 commit 9400b5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Content.Upload.Multipart/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": "1.0.0-*",
1919
"type": "platform"
2020
},
21-
"System.Net.Http": "4.0.1-*"
21+
"System.Net.Http": "4.1.0-*"
2222
},
2323
"imports": [
2424
"dnxcore50"

samples/Microsoft.AspNetCore.Mvc.TagHelpers.Localization/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"frameworks": {
1818
"net451": {},
19-
"netstandard1.5": {
19+
"netstandard1.6": {
2020
"dependencies": {
2121
"NETStandard.Library": "1.5.0-*"
2222
},

0 commit comments

Comments
 (0)