Skip to content

Commit

Permalink
removing dependencies which are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed May 20, 2016
1 parent 650301b commit ab56e9f
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions ElasticsearchCrudAspNet5/src/ElasticsearchCrud/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,11 @@
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview1-final",
"type": "build"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-final",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc2-final",

"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"Newtonsoft.Json": "8.0.4-beta1"
},

"tools": {
"Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview1-final",
"imports": "portable-net45+win8+dnxcore50"
},
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-preview1-final",
"imports": "portable-net45+win8+dnxcore50"
}
},

"frameworks": {
"netcoreapp1.0": {
"imports": [
Expand All @@ -63,6 +38,4 @@
}
}



}

0 comments on commit ab56e9f

Please sign in to comment.