Skip to content

Commit efc1ef3

Browse files
committed
downgrade mvc core dependency to 1.0.1
1 parent be1d5e9 commit efc1ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/PartialResponse.AspNetCore.Mvc.Formatters.Json

src/PartialResponse.AspNetCore.Mvc.Formatters.Json/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"PartialResponse.Core": {
2222
"target": "project"
2323
},
24-
"Microsoft.AspNetCore.Mvc.Core": "1.1.0",
24+
"Microsoft.AspNetCore.Mvc.Core": "1.0.1",
2525
"NETStandard.Library": "1.6.1",
2626
"Newtonsoft.Json": "9.0.1"
2727
},

0 commit comments

Comments
 (0)