Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Target .NET Standard #57

Open
mikehaas763 opened this issue May 16, 2017 · 6 comments
Open

Target .NET Standard #57

mikehaas763 opened this issue May 16, 2017 · 6 comments

Comments

@mikehaas763
Copy link

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 😃

@christiango
Copy link
Member

That would be a great addition! Are you willing to submit a pull request to help out with this?

@mikehaas763
Copy link
Author

Definitely. I'll test it from my Mac and from VS on Windows

@christiango
Copy link
Member

Awesome! I'm a bit worried that some of our dependencies (particularly AjaxMin) won't be compatible with the standard.

@mdavidsen
Copy link
Contributor

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.

@MaceWindu
Copy link

MaceWindu commented Feb 13, 2021

Guys, you can try my fork of this project with netstandard2.0 support https://www.nuget.org/packages/SourceMapTools

@danreg
Copy link

danreg commented Jun 24, 2021

Guys, you can try my fork of this project with netstandard2.0 support https://www.nuget.org/packages/SourceMapTools

thank you very much for that! You saved my bacon :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants