Shazwazza / ClientDependency

DEPRECATED. A library for managing CSS & JavaScript dependencies and optimization in ASP.Net
139 stars 65 forks source link

Add compatibility with MVC Core 1.0 #123

Closed viestursGr closed 7 years ago

viestursGr commented 7 years ago

Currently it does not work. This library uses System.Web.Mvc.IHtmlHelper which was replaced by Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper

Shazwazza commented 7 years ago

This project will not be ported over to ASP.NET Core, I've created Smidge which is the replacement for this library for ASP.NET Core: https://github.com/Shazwazza/Smidge