Cleanup unneeded diffs in project.json
This commit is contained in:
parent
7d2855cecb
commit
9fbbe0bcc2
|
|
@ -6,16 +6,12 @@
|
||||||
"Microsoft.AspNet.Security.DataProtection" : "0.1-alpha-*"
|
"Microsoft.AspNet.Security.DataProtection" : "0.1-alpha-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {},
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Collections": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "4.0.0.0",
|
||||||
"System.ComponentModel": "4.0.0.0",
|
"System.ComponentModel": "4.0.0.0",
|
||||||
|
"System.Diagnostics.Debug": "4.0.10.0",
|
||||||
"System.Diagnostics.Tools": "4.0.0.0",
|
"System.Diagnostics.Tools": "4.0.0.0",
|
||||||
"System.Globalization": "4.0.10.0",
|
"System.Globalization": "4.0.10.0",
|
||||||
"System.Linq": "4.0.0.0",
|
"System.Linq": "4.0.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue