Removing the rendering package from music store app to fix a build error. Rendering and Core are merged now.
This commit is contained in:
parent
f5e9d4d8aa
commit
3d54a24244
|
|
@ -12,7 +12,6 @@
|
||||||
"Microsoft.AspNet.Mvc.ModelBinding": "0.1-alpha-*",
|
"Microsoft.AspNet.Mvc.ModelBinding": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Mvc.Core": "0.1-alpha-*",
|
"Microsoft.AspNet.Mvc.Core": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Mvc.Razor": "0.1-alpha-*",
|
"Microsoft.AspNet.Mvc.Razor": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Mvc.Rendering": "0.1-alpha-*",
|
|
||||||
"Microsoft.AspNet.StaticFiles": "0.1-alpha-*",
|
"Microsoft.AspNet.StaticFiles": "0.1-alpha-*",
|
||||||
"System.Security.Claims": "0.1-alpha-*",
|
"System.Security.Claims": "0.1-alpha-*",
|
||||||
"System.Security.Principal": "4.0.0.0",
|
"System.Security.Principal": "4.0.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue