We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec58911 commit 381e803Copy full SHA for 381e803
global.json
@@ -1,6 +1,3 @@
1
{
2
- "projects": [ "src" ],
3
- "sdk": {
4
- "version": "1.0.0-preview1-002702"
5
- }
+ "projects": [ "src" ]
6
}
src/Webpack/project.json
@@ -16,15 +16,15 @@
16
},
17
"language": "en-US",
18
"dependencies": {
19
- "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
20
- "Newtonsoft.Json": "8.0.3"
+ "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
+ "Newtonsoft.Json": "9.0.1"
21
22
"frameworks": {
23
"netstandard1.3": {
24
- "imports": [ "dnxcore50" ],
25
26
- "NETStandard.Library": "1.5.0-rc2-24027",
27
- "System.Diagnostics.Process": "4.1.0-rc2-24027"
+ "System.Diagnostics.Process": "4.1.0",
+ "System.IO.FileSystem": "4.0.1",
+ "Microsoft.Win32.Primitives": "4.0.1"
28
29
30
"net451": {}
0 commit comments