Installing MVC on asp.net Core in visual Studio 2015 -
i created empty asp.net 5 work .net core. trying add mvc package application receiving error versions not compatible, although tried lots of mvc versions.
anyone has idea problem? thank you!
if you're working .net core should using microsoft.aspnetcore.*
packages. (microsoft.aspnet.*
packages target full .net framework.)
your screenshot shows dependency on dnx. realize that's pre-release technology? don't mean rude i'm curious why targeting pre-release framework rather rtm (which has been available several months).
if want work prerelease bits, may need tweak nuget feeds able see appropriate .net core packages (i had when working .net core betas).
Comments
Post a Comment