This PR increases the minimum supported version to .NET 6, and updates the samples accordingly (blazor samples have been regenerated from the latest .NET 8 templates as they've had quite some changes).
It also renames the "SourceFolder" and "TargetFolder" settings to "Source" and "Target" and allows them to specify a file in addition to a folder (this fixes #120). ("SourceFolder" and "TargetFolder" are still recognized for backwards compatibility)
Adds an extra config settings "Compilations" which is an array of "Source" and "Target" pairs. These work in addition to the global "Source"/"Target" (this fixes #57).
The sass watcher should also again be disabled by default for Razor Class Library projects (this fixes #118).
note: we might want to wait until sass 1.70 is released and introduce these changes in that version (and not in a v1.69.8).
This PR increases the minimum supported version to .NET 6, and updates the samples accordingly (blazor samples have been regenerated from the latest .NET 8 templates as they've had quite some changes).
It also renames the "SourceFolder" and "TargetFolder" settings to "Source" and "Target" and allows them to specify a file in addition to a folder (this fixes #120). ("SourceFolder" and "TargetFolder" are still recognized for backwards compatibility)
Adds an extra config settings "Compilations" which is an array of "Source" and "Target" pairs. These work in addition to the global "Source"/"Target" (this fixes #57).
The sass watcher should also again be disabled by default for Razor Class Library projects (this fixes #118).
note: we might want to wait until sass 1.70 is released and introduce these changes in that version (and not in a v1.69.8).