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": {
"netstandard1.6": {},
"net46": {
"dependencies": {
"System.Security.Claims": "4.0.1"
}
}
"net46": {}
}
}

View File

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