Skip to content

Commit 83f11e7

Browse files
authored
Revise version details in README.md
Updated version information for .NET releases.
1 parent 52b2d95 commit 83f11e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Then you need to install one of the NuGet packages containing a JS engine provid
2323
After installing the packages, you will need to [register the default JS engine](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines#aspnet-core).
2424

2525
## Versions
26-
Master is being updated for ```ASP.NET Core 3.0```
27-
For ```ASP.NET Core 2.x```, use the **[2.0 branch.](https://github.com/ligershark/WebOptimizer.Sass/tree/2.0)**
26+
The `master` branch is being updated for currently supported .NET releases (currently, .NET 8.0 and .NET 9.0).
27+
For ```ASP.NET Core 2.x```, use the **[`2.0` branch.](https://github.com/ligershark/WebOptimizer.Sass/tree/2.0)**
2828

2929
## Usage
3030
Here's an example of how to compile `a.scss` and `b.scss` from inside the wwwroot folder and bundle them into a single .css file called `/all.css`:

0 commit comments

Comments
 (0)