Remove unused references

This commit is contained in:
Pranav K 2015-12-01 10:55:47 -08:00
parent 0db9a16c91
commit b81f947042
2 changed files with 4 additions and 20 deletions

View File

@ -14,15 +14,7 @@
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
"net451": { },
"dotnet54": { }
}
}

View File

@ -14,15 +14,7 @@
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"dotnet54": {
"dependencies": {
"System.Net.Http": "4.0.1-*"
}
}
"net451": { },
"dotnet54": { }
}
}