WebOptimizer.Sass icon indicating copy to clipboard operation
WebOptimizer.Sass copied to clipboard

Can't find the package

Open RawMajkel opened this issue 4 years ago • 3 comments

I can't find the WebOptimizer.Sass package, also trying to install it via PowerShell (dotnet add package LigerShark.WebOptimizer.Sass) is met with errors.

devenv_2019-10-01_11-21-38

error: Unable to find a stable package LigerShark.WebOptimizer.Sass with version
error:   - Found 23 version(s) in nuget.org [ Nearest version: 3.0.40-beta ]
error:   - Found 0 version(s) in Microsoft Visual Studio Offline Packages
error: Package 'LigerShark.WebOptimizer.Sass' is incompatible with 'all' frameworks in project 'C:\Users\mdroz\Documents\Moje dokumenty\MD - Dokumenty\Moje projekty\MajkelSystem\MajkelSystem.Web\MajkelSystem.Web.csproj'.

Is this plugin still supported? My project is running on ASP.NET Core 3.0 MVC

Thanks for the help

RawMajkel avatar Oct 01 '19 09:10 RawMajkel

You should :

dotnet add package LigerShark.WebOptimizer.Sass --version 3.0.40-beta

TangMonk avatar Oct 20 '19 08:10 TangMonk

Tick the "Include Prerelease" - its still marked as beta (not sure why)

conficient avatar Aug 27 '21 09:08 conficient

This would would be "solved" by this PR: https://github.com/ligershark/WebOptimizer.Sass/issues/47

enkelmedia avatar Mar 21 '22 16:03 enkelmedia