Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active February 13, 2017 10:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinyoo/58517ef66c766311edd0faca86a4800a to your computer and use it in GitHub Desktop.
Running Vue.js on ASP.NET Core Web Application
{
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0", // Version up
"type": "platform"
},
...
},
...
"frameworks": {
"netcoreapp1.1": { // Version up
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
]
}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment