Skip to content

Commit

Permalink
#21 Fix the description of the package and move .NET Standard Library…
Browse files Browse the repository at this point in the history
… dependency only to .NET core version of the library
  • Loading branch information
xabikos committed May 22, 2016
1 parent e8e1e65 commit 7bb5a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.0.0",
"title": "Webpack",
"description": "Webpack extension methods and middleware for using module bundling in an ASP.NET 5 application",
"description": "Webpack extension methods and middleware for using module bundling in an ASP.NET Core applications",
"authors": [ "Charalampos Karypidis" ],
"packOptions": {
"tags": [ "webpack", "webpack-dev-server", "module-bundling" ],
Expand All @@ -16,14 +16,14 @@
},
"language": "en-US",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "dnxcore50" ],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
Expand Down

0 comments on commit 7bb5a65

Please sign in to comment.