Skip to content

Instantly share code, notes, and snippets.

@igloo15
Last active November 7, 2016 15:58
Show Gist options
  • Save igloo15/3fac7d011df5e5443ded731a8cbaea5c to your computer and use it in GitHub Desktop.
Save igloo15/3fac7d011df5e5443ded731a8cbaea5c to your computer and use it in GitHub Desktop.
Project Json for standard Webserver Library
{
"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