diff --git a/samples/Aspnet.Webpack/Aspnet.Webpack.csproj b/samples/Aspnet.Webpack/Aspnet.Webpack.csproj
new file mode 100644
index 0000000..f25d317
--- /dev/null
+++ b/samples/Aspnet.Webpack/Aspnet.Webpack.csproj
@@ -0,0 +1,30 @@
+
+
+ netcoreapp1.1
+ true
+ Aspnet.Webpack
+ Exe
+ Aspnet.Webpack
+ 1.0.4
+
+
+
+ PreserveNewest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/Aspnet.Webpack/Aspnet.Webpack.xproj b/samples/Aspnet.Webpack/Aspnet.Webpack.xproj
deleted file mode 100644
index 472aebd..0000000
--- a/samples/Aspnet.Webpack/Aspnet.Webpack.xproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 1164a707-d5f1-464f-b3c7-281d644d0241
- Aspnet.Webpack
- ..\artifacts\obj\$(MSBuildProjectName)
- .\bin\
-
-
- 2.0
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/Aspnet.Webpack/project.json b/samples/Aspnet.Webpack/project.json
deleted file mode 100644
index dc63fa1..0000000
--- a/samples/Aspnet.Webpack/project.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- },
- "publishOptions": {
- "include": [
- "wwwroot"
- ]
- },
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- },
- "Microsoft.AspNetCore.Diagnostics": "1.0.0",
- "Microsoft.AspNetCore.Mvc": "1.0.0",
- "Microsoft.AspNetCore.Razor.Tools": {
- "version": "1.0.0-preview2-final",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
- "Microsoft.AspNetCore.StaticFiles": "1.0.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
- "Microsoft.Extensions.Configuration.Json": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "Microsoft.Extensions.Logging.Console": "1.0.0",
- "Microsoft.Extensions.Logging.Debug": "1.0.0",
- "Webpack": "3.0.0"
- },
-
- "frameworks": {
- "netcoreapp1.0": {
- }
- }
-}
diff --git a/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.csproj b/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.csproj
new file mode 100644
index 0000000..c62c310
--- /dev/null
+++ b/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.csproj
@@ -0,0 +1,30 @@
+
+
+ netcoreapp1.1
+ true
+ AspnetAngular1.Webpack
+ Exe
+ AspnetAngular1.Webpack
+ 1.0.4
+
+
+
+ PreserveNewest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.xproj b/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.xproj
deleted file mode 100644
index 75b4797..0000000
--- a/samples/AspnetAngular1.Webpack/AspnetAngular1.Webpack.xproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- d6d017b3-4038-4e1d-8f96-d6a19233700a
- AspnetAngular1.Webpack
- ..\..\artifacts\obj\$(MSBuildProjectName)
- .\bin\
-
-
- 2.0
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/AspnetAngular1.Webpack/project.json b/samples/AspnetAngular1.Webpack/project.json
deleted file mode 100644
index a5ac60f..0000000
--- a/samples/AspnetAngular1.Webpack/project.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- },
- "publishOptions": {
- "include": [
- "wwwroot"
- ]
- },
-
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- },
- "Microsoft.AspNetCore.Diagnostics": "1.0.0",
- "Microsoft.AspNetCore.Mvc": "1.0.0",
- "Microsoft.AspNetCore.Razor.Tools": {
- "version": "1.0.0-preview2-final",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
- "Microsoft.AspNetCore.StaticFiles": "1.0.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
- "Microsoft.Extensions.Configuration.Json": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "Microsoft.Extensions.Logging.Console": "1.0.0",
- "Microsoft.Extensions.Logging.Debug": "1.0.0",
- "Webpack": "3.0.0"
- },
-
- "frameworks": {
- "netcoreapp1.0": {
- }
- }
-}
diff --git a/samples/AspnetReact.Webpack/AspnetReact.Webpack.csproj b/samples/AspnetReact.Webpack/AspnetReact.Webpack.csproj
new file mode 100644
index 0000000..ca0cf98
--- /dev/null
+++ b/samples/AspnetReact.Webpack/AspnetReact.Webpack.csproj
@@ -0,0 +1,30 @@
+
+
+ netcoreapp1.1
+ true
+ AspnetReact.Webpack
+ Exe
+ AspnetReact.Webpack
+ 1.0.4
+
+
+
+ PreserveNewest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/AspnetReact.Webpack/AspnetReact.Webpack.xproj b/samples/AspnetReact.Webpack/AspnetReact.Webpack.xproj
deleted file mode 100644
index 6080cf1..0000000
--- a/samples/AspnetReact.Webpack/AspnetReact.Webpack.xproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- 14.0.24720
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 2611e158-b8f3-471a-acee-38e0fd99015b
- AspnetReact.Webpack
- ..\..\artifacts\obj\$(MSBuildProjectName)
- .\bin\
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/samples/AspnetReact.Webpack/project.json b/samples/AspnetReact.Webpack/project.json
deleted file mode 100644
index b3199a0..0000000
--- a/samples/AspnetReact.Webpack/project.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- },
- "publishOptions": {
- "include": [
- "wwwroot"
- ]
- },
-
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- },
- "Microsoft.AspNetCore.Diagnostics": "1.0.0",
- "Microsoft.AspNetCore.Mvc": "1.0.0",
- "Microsoft.AspNetCore.Razor.Tools": {
- "version": "1.0.0-preview2-final",
- "type": "build"
- },
- "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
- "Microsoft.AspNetCore.StaticFiles": "1.0.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
- "Microsoft.Extensions.Configuration.Json": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "Microsoft.Extensions.Logging.Console": "1.0.0",
- "Microsoft.Extensions.Logging.Debug": "1.0.0",
- "Webpack": "3.0.0"
- },
-
- "frameworks": {
- "netcoreapp1.0": {
- }
- }
-}
diff --git a/src/Webpack/Webpack.csproj b/src/Webpack/Webpack.csproj
new file mode 100644
index 0000000..b7957ed
--- /dev/null
+++ b/src/Webpack/Webpack.csproj
@@ -0,0 +1,31 @@
+
+
+ Webpack extension methods and middleware for using module bundling in an ASP.NET Core applications
+ Webpack
+ en-US
+ 3.0.0
+ Charalampos Karypidis
+ netstandard1.3
+ Webpack
+ Webpack
+ webpack;webpack-dev-server;module-bundling
+ http://webpack.github.io/assets/favicon.png
+ https://github.com/xabikos/aspnet-webpack
+ https://opensource.org/licenses/MIT
+ git
+ https://github.com/xabikos/aspnet-webpack
+ false
+ false
+ false
+ false
+ false
+ false
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Webpack/Webpack.xproj b/src/Webpack/Webpack.xproj
deleted file mode 100644
index 2da4c3c..0000000
--- a/src/Webpack/Webpack.xproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 09a17799-44b7-409e-99c8-c965722e46ca
- Webpack
- ..\..\artifacts\obj\$(MSBuildProjectName)
- .\bin\
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/src/Webpack/project.json b/src/Webpack/project.json
deleted file mode 100644
index efb708b..0000000
--- a/src/Webpack/project.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "version": "3.0.0",
- "title": "Webpack",
- "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" ],
- "projectUrl": "https://github.com/xabikos/aspnet-webpack",
- "repository": {
- "type": "git",
- "url": "https://github.com/xabikos/aspnet-webpack"
- },
- "licenseUrl": "https://opensource.org/licenses/MIT",
- "iconUrl": "http://webpack.github.io/assets/favicon.png",
- "owners": [ "Charalampos Karypidis" ]
- },
- "language": "en-US",
- "dependencies": {
- "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
- "Newtonsoft.Json": "9.0.1"
- },
- "frameworks": {
- "netstandard1.3": {
- "dependencies": {
- "System.Diagnostics.Process": "4.1.0",
- "System.IO.FileSystem": "4.0.1",
- "Microsoft.Win32.Primitives": "4.0.1"
- }
- },
- "net451": {}
- }
-}