Last active
November 7, 2016 15:58
-
-
Save igloo15/3fac7d011df5e5443ded731a8cbaea5c to your computer and use it in GitHub Desktop.
Project Json for standard Webserver Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0.0-*", | |
"buildOptions": { | |
"emitEntryPoint": true | |
}, | |
"dependencies": { | |
"Microsoft.NETCore.App": { | |
"version": "1.0.1" | |
}, | |
"Microsoft.AspNetCore.Mvc": "1.0.0", | |
"Microsoft.AspNetCore.Mvc.Core": "1.0.0", | |
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0", | |
"Microsoft.AspNetCore.Hosting": "1.0.0", | |
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1", | |
"Microsoft.AspNetCore.StaticFiles": "1.0.0", | |
"Newtonsoft.Json": "9.0.1" | |
}, | |
"frameworks": { | |
"netcoreapp1.0": { | |
"imports": "dnxcore50" | |
} | |
}, | |
"runtimes": { | |
"win7-x64": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment