Skip to content

Commit 381e803

Browse files
committed
#23 Upgrade webpack project to .net core 1.0
1 parent ec58911 commit 381e803

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

global.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"projects": [ "src" ],
3-
"sdk": {
4-
"version": "1.0.0-preview1-002702"
5-
}
2+
"projects": [ "src" ]
63
}

src/Webpack/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"language": "en-US",
1818
"dependencies": {
19-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
20-
"Newtonsoft.Json": "8.0.3"
19+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
20+
"Newtonsoft.Json": "9.0.1"
2121
},
2222
"frameworks": {
2323
"netstandard1.3": {
24-
"imports": [ "dnxcore50" ],
2524
"dependencies": {
26-
"NETStandard.Library": "1.5.0-rc2-24027",
27-
"System.Diagnostics.Process": "4.1.0-rc2-24027"
25+
"System.Diagnostics.Process": "4.1.0",
26+
"System.IO.FileSystem": "4.0.1",
27+
"Microsoft.Win32.Primitives": "4.0.1"
2828
}
2929
},
3030
"net451": {}

0 commit comments

Comments
 (0)