Open mediabuff opened 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.
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.
Currently DartSassBuilder targets .net60 - thus not able to include in .net frame projects. Can this be made work with .netstandars or multitarget ?