Remove unnecessary explicit dependency

This commit is contained in:
Stephen Halter 2017-01-10 00:14:09 -08:00
parent d281cb72ea
commit b977c871ae
2 changed files with 2 additions and 10 deletions

View File

@ -32,10 +32,6 @@
}, },
"frameworks": { "frameworks": {
"netstandard1.6": {}, "netstandard1.6": {},
"net46": { "net46": {}
"dependencies": {
"System.Security.Claims": "4.0.1"
}
}
} }
} }

View File

@ -22,11 +22,7 @@
} }
} }
}, },
"net46": { "net46": {}
"dependencies": {
"System.Security.Claims": "4.0.1"
}
}
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }