Skip to content

Instantly share code, notes, and snippets.

@julianjelfs
Created November 28, 2014 21:35
Show Gist options
  • Select an option

  • Save julianjelfs/cc3ffc17b61b16bf89c9 to your computer and use it in GitHub Desktop.

Select an option

Save julianjelfs/cc3ffc17b61b16bf89c9 to your computer and use it in GitHub Desktop.
asp.Net vNext project.json file
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Kestrel": "1.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel"
},
"configurations": {
"net45": {
"dependencies": {
"System.Runtime": "",
"System.ComponentModel.DataAnnotations": ""
}
},
"k10": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment