-
Notifications
You must be signed in to change notification settings - Fork 28
Target .NET Standard #57
Comments
That would be a great addition! Are you willing to submit a pull request to help out with this? |
Definitely. I'll test it from my Mac and from VS on Windows |
Awesome! I'm a bit worried that some of our dependencies (particularly AjaxMin) won't be compatible with the standard. |
AjaxMin does indeed not target .net standard. I started trying to get the project updated, but right now I'm stuck on the AjaxMin dependency. I was able to update the entire project to netcoreapp2.2. Switched to use xunit for testing but got hold back by the AjaxMin dependency. I've created a issue in AjaxMin: microsoft/ajaxmin#7 There looks to be some effort there with regards to documentation at least, so maybe a upgrade to .netcoreapp2.2 will be possible. |
Guys, you can try my fork of this project with |
thank you very much for that! You saved my bacon :) |
Based on looking at the solution and project files, it doesn't look like this is currently targeting .NET Standard. I'd like to recommend it because it's easier to do now, and will make it cross-platform so I can configure it on my servers 😃
The text was updated successfully, but these errors were encountered: