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.

enter image description here

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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -