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

Commit 690c42c

Browse files
committed
Add dependency on System.Runtime.Serialization.Primitives to make up for JSON.NET not including it
Fixes aspnet/Mvc#3946
1 parent 8d19947 commit 690c42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNetCore.JsonPatch/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"System.Reflection.Extensions": "4.0.1-*",
2323
"System.Resources.ResourceManager": "4.0.1-*",
2424
"System.Runtime.Extensions": "4.1.0-*",
25+
"System.Runtime.Serialization.Primitives": "4.1.0-*",
2526
"System.Text.Encoding.Extensions": "4.0.11-*"
2627
}
2728
}

0 commit comments

Comments
 (0)