excubo-ag / WebCompiler

Apache License 2.0
149 stars 30 forks source link

Does this work for .Net Framework? #42

Closed THammond9 closed 3 years ago

THammond9 commented 3 years ago

Maybe this has an obvious answer but I don't see a compatibility table in the info for this project. We are stuck on 4.6.1 but I would like to use a scss compiler that is being maintained. While I think it might work if the PC that is doing the build has .NET Core installed I am not sure if there are some assumptions about the solution or project file structures that are different and would prevent this tool from running properly.

stefanloerwald commented 3 years ago

Hi @THammond9. This tool does not care about any project structure and actually doesn't even need any. It therefore works if any of the dotnet core version is installed on the machine (which you need to run dotnet install), regardless of project TFM.