Remove useless and incompatible dependencies
This commit is contained in:
parent
3321adbe64
commit
0dddc41a24
|
|
@ -8,7 +8,6 @@
|
||||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||||
"EntityFramework.InMemory": "7.0.0-*",
|
"EntityFramework.InMemory": "7.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel" : "1.0.0-*",
|
"Microsoft.Framework.OptionsModel" : "1.0.0-*",
|
||||||
"System.Security.Claims": "1.0.0-*",
|
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"compile": "..\\Shared\\*.cs",
|
"compile": "..\\Shared\\*.cs",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Testing": "1.0.0-*",
|
"Microsoft.AspNet.Testing": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel" : "1.0.0-*",
|
"Microsoft.Framework.OptionsModel" : "1.0.0-*",
|
||||||
"System.Security.Claims": "1.0.0-*",
|
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"compile": "..\\Shared\\*.cs",
|
"compile": "..\\Shared\\*.cs",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue