SharpScss 1.3.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpScss --version 1.3.6
NuGet\Install-Package SharpScss -Version 1.3.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpScss" Version="1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpScss --version 1.3.6
#r "nuget: SharpScss, 1.3.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SharpScss as a Cake Addin
#addin nuget:?package=SharpScss&version=1.3.6

// Install SharpScss as a Cake Tool
#tool nuget:?package=SharpScss&version=1.3.6

A P/Invoke .NET wrapper around libsass to convert SCSS to CSS supporting NET2.0/NET3.5/NET4.x+ and CoreCLR platform

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 1.3

NuGet packages (9)

Showing the top 5 NuGet packages that depend on SharpScss:

Package Downloads
Statiq.Sass

Statiq is a configurable static content generation framework. This library provides support for parsing Sass CSS content.

Wyam.Sass The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Wyam is a simple to use, highly modular, and extremely configurable static content generator. This library provides support for parsing Sass CSS content.

Stasistium.Sass

Package Description

Fynydd.Halide

A treasure trove of useful extension methods, helpers, and tools for ASP.NET and MVC. Halide includes extension methods for manipulating base types (like strings, byte arrays, numerics), and static helper classes for HTTP and REST helpers, SQL data readers, security and encryption, file compression, SCSS compilation, CSS and JavaScript minification, and more. Halide requires no commercial third party components. You have all the source code, an MIT license, sunshine, and puppies.

Sakura.AspNetCore.Tools.WebCompiler

This tools is used to compile client web files in your .NET Core application.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on SharpScss:

Repository Stars
TCNOco/TcNo-Acc-Switcher
A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
ligershark/WebOptimizer
A bundler and minifier for ASP.NET Core
aelassas/wexflow
.NET Workflow Engine and Automation Platform
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
Version Downloads Last updated
2.0.0 427,863 6/28/2020
1.5.0 14,355 5/2/2020
1.4.0 456,780 6/25/2018
1.3.8 96,157 8/23/2017
1.3.7 3,067 5/14/2017
1.3.6 988 5/13/2017
1.3.5 997 5/13/2017
1.3.4 29,052 4/2/2017
1.3.3 978 4/2/2017
1.3.2 986 4/2/2017
1.3.1 1,004 4/2/2017
1.3.0 1,012 4/2/2017
1.2.0 4,152 6/27/2016
1.1.0 1,353 6/1/2016
1.0.1 1,872 4/5/2016
1.0.0 1,267 4/5/2016

> 1.3.6
 - Fix native library on Windows x86/x64 to return the correct version `Scss.Version`

> 1.3.5
 - Better support for NET20, NET35, NET40 by copying by default the win7-x64 libsass.dll to the folder.
   The platform runtime can be changed in your project by using the SharpScssRuntime variable set by default to `win7-x64`
   
   The possible values for SharpScssRuntime are:
   - `win7-x86`
   - `win7-x64`
   - `osx.10.10-x64`
   - `ubuntu.14.04-x64`
   
   For the netstandard1.3+ platforms (.NET Core), it is based on the RID of your `netcoreapp` project

> 1.3.4
 - upgrade to libsass 3.4.4