aspnetcore/test/Microsoft.AspNet.Mvc.Common...
David Fowler 5cec601abe Fix MVC packages being broken on CoreCLR
- Mvc is currently broken on CoreCLR because it is
inheriting dependencies from Microsoft.AspNet.Mvc.Common but the resulting
dependency to Microsoft.AspNet.Mvc.Common is then erased at pack time.
This change moves the dependencies down and makes the shared package
only depend on System.Runtime.

#2507
2015-05-05 23:26:45 -07:00
..
Microsoft.AspNet.Mvc.Common.Test.xproj
StringHelperTest.cs
TaskHelperTest.cs
TypeExtensionsTest.cs
project.json Fix MVC packages being broken on CoreCLR 2015-05-05 23:26:45 -07:00