From ebf2cb0dc6fb1e2c69b8a661c274c1039e2ee5ca Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Sat, 2 Nov 2024 11:49:39 +0100 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e5a69e..2cc8374 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ SharpScss is a P/Invoke .NET wrapper around [libsass](https://github.com/sass/li - Supports include paths - Supports for source maps - Supports for `libsass` user custom importer callback in `ScssOptions.TryImport` -- Supports for `.NET Standard 2.0+` +- Supports for `netstandard2.0` and `net8.0`+ - Supports the following platforms: - `win-x86` - `win-x64`