WebMarkupMin.AspNetCore3 2.18.0

Prefix Reserved
dotnet add package WebMarkupMin.AspNetCore3 --version 2.18.0                
NuGet\Install-Package WebMarkupMin.AspNetCore3 -Version 2.18.0                
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="WebMarkupMin.AspNetCore3" Version="2.18.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebMarkupMin.AspNetCore3 --version 2.18.0                
#r "nuget: WebMarkupMin.AspNetCore3, 2.18.0"                
#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 WebMarkupMin.AspNetCore3 as a Cake Addin
#addin nuget:?package=WebMarkupMin.AspNetCore3&version=2.18.0

// Install WebMarkupMin.AspNetCore3 as a Cake Tool
#tool nuget:?package=WebMarkupMin.AspNetCore3&version=2.18.0                

WebMarkupMin.AspNetCore3 contains one Middleware for ASP.NET Core 3.1 and 5 - WebMarkupMinMiddleware.

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 netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on WebMarkupMin.AspNetCore3:

Package Downloads
WebMarkupMin.AspNetCore5

This package is deprecated. Instead, it is recommended to use a WebMarkupMin.AspNetCore3 package.

Carbon.Kit.Web

Provides interfaces, abstractions and common functions to support working with Web Services.

Definux.Emeraude

Emeraude Framework is a powerful library providing abstractions, builders and ready to use ASP.NET Core structure for creating SEO friendly web applications based on SSR Vue.js and mobile applications based on Xamarin Forms.

HT.Minify

Markup, HTML, XHTML, XML, Minification, Minifier, Minify Config in Startup.cs: - void ConfigureServices: services.AddMinResponse(); - void Configure: app.UseMinResponse();

Bis.Framework

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WebMarkupMin.AspNetCore3:

Repository Stars
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Version Downloads Last updated
2.18.0 319 11/14/2024
2.18.0-rc1 90 11/11/2024
2.17.0 12,066 8/6/2024
2.16.1 5,260 6/24/2024
2.16.0 13,707 2/28/2024
2.15.0 34,811 10/6/2023
2.14.1 13,365 6/27/2023
2.14.0 1,954 5/24/2023
2.13.9 3,087 4/3/2023
2.13.9-preview2 175 3/23/2023
2.13.9-preview1 162 3/22/2023
2.13.8 4,293 2/9/2023
2.13.7 11,642 1/28/2023
2.13.6 415 1/26/2023
2.13.5 4,739 12/15/2022
2.13.4 7,603 11/20/2022
2.13.3 402 11/19/2022
2.13.1 701 11/9/2022
2.13.0 560 11/4/2022
2.12.0 18,651 8/22/2022
2.11.0 92,608 11/8/2021
2.10.0 83,385 5/18/2021
2.9.3 15,307 4/27/2021
2.9.2 152,704 2/2/2021
2.9.1 53,239 12/4/2020
2.9.0 1,520 12/1/2020
2.8.15 11,374 11/13/2020
2.8.14 4,542 11/3/2020
2.8.11 31,047 9/24/2020
2.8.9 15,785 8/15/2020
2.8.8 10,800 7/19/2020
2.8.4 26,248 6/17/2020
2.8.3 7,781 5/22/2020
2.8.2 209,361 3/17/2020
2.8.1 1,806 3/14/2020
2.8.0 658 3/13/2020
2.7.0 55,239 9/24/2019
2.6.3-rc1 513 9/17/2019
2.6.2-preview3 496 9/8/2019
2.6.1-preview2 518 8/18/2019
2.6.0-preview1 706 7/30/2019

1. Services required by WebMarkupMin are now conditionally registered using the `TryAdd` methods;
2. Added a `AspNetCoreLogger` class, which is a wrapper around the standard ASP.NET Core logger.