fix build break

This commit is contained in:
Kirthi Krishnamraju 2015-05-21 11:24:33 -07:00
parent 517c013882
commit 78033fda1f
8 changed files with 328 additions and 232 deletions

View File

@ -23,5 +23,17 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { } "dnxcore50": { }
}, },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
],
"webroot": "wwwroot" "webroot": "wwwroot"
} }

View File

@ -27,5 +27,17 @@
"System.Text.Encoding.Extensions": "4.0.10-beta-*" "System.Text.Encoding.Extensions": "4.0.10-beta-*"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -31,5 +31,17 @@
"System.Threading.Tasks.Parallel": "4.0.0-beta-*" "System.Threading.Tasks.Parallel": "4.0.0-beta-*"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -19,5 +19,17 @@
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*" "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -72,5 +72,17 @@
}, },
"dnxcore50": { "dnxcore50": {
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -16,5 +16,17 @@
"Moq": "4.2.1312.1622" "Moq": "4.2.1312.1622"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -22,5 +22,17 @@
"Moq": "4.2.1312.1622" "Moq": "4.2.1312.1622"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }

View File

@ -16,5 +16,17 @@
"Moq": "4.2.1312.1622" "Moq": "4.2.1312.1622"
} }
} }
} },
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"packExclude": [
"node_modules",
"bower_components",
"**.kproj",
"**.user",
"**.vspscc"
]
} }