Fix build break

This commit is contained in:
Pranav K 2016-03-03 05:43:33 -08:00
parent d593ac148d
commit 9e20f6fa0e
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@
"xmlDoc": true
},
"frameworks": {
"net451": {},
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.1-*",