deanwiseman / DartSassBuilder

Sass builder (dart compiler) for .NET projects
MIT License
30 stars 10 forks source link

Support for netstandard2.0 #28

Open mediabuff opened 1 year ago

mediabuff commented 1 year ago

Currently DartSassBuilder targets .net60 - thus not able to include in .net frame projects. Can this be made work with .netstandars or multitarget ?

johan-v-r commented 1 year ago

Hi @mediabuff - you should be able to include it in .NET Fx projects.

Although DSB targets the latest .NET versions, your project doesn't need to because it executes before your application builds. The only requirement should be that your OS has the targeted .NET installed.

mediabuff commented 1 year ago

Thanks for your response. I thought I was unable to see the DartSassBuilder package in Visual Studio IDE Nuget Package Manager in .Net Fx projects. Where as LibSassBuilder had worked. Now I am not able to reproduce. Will try to find a non-working project.