1

Can't find nuget package for system.web.mvc 3.0.0.1

All I can find is this: Install-Package Microsoft.AspNet.Mvc -Version 3.0.20105.1

Which installs 3.0.0.0 I want to deploy my ap to QA with the correct version for testing.

Where can I get the nugget package?

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
Eric Brown - Cal
  • 14,135
  • 12
  • 58
  • 97

1 Answers1

2

Use the next version of it, i.e.:

    Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1
iladan
  • 151
  • 5