Aardvark.Cef.WinForms 5.7.3

dotnet add package Aardvark.Cef.WinForms --version 5.7.3
                    
NuGet\Install-Package Aardvark.Cef.WinForms -Version 5.7.3
                    
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="Aardvark.Cef.WinForms" Version="5.7.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aardvark.Cef.WinForms" Version="5.7.3" />
                    
Directory.Packages.props
<PackageReference Include="Aardvark.Cef.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aardvark.Cef.WinForms --version 5.7.3
                    
#r "nuget: Aardvark.Cef.WinForms, 5.7.3"
                    
#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.
#:package Aardvark.Cef.WinForms@5.7.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aardvark.Cef.WinForms&version=5.7.3
                    
Install as a Cake Addin
#tool nuget:?package=Aardvark.Cef.WinForms&version=5.7.3
                    
Install as a Cake Tool

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.17763 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.7.3 64 7/22/2026
5.7.2 100 7/14/2026
5.7.1 114 7/7/2026
5.7.0 103 7/6/2026
5.7.0-prerelease0005 105 6/30/2026
5.7.0-prerelease0004 116 6/16/2026
5.7.0-prerelease0003 112 6/11/2026
5.7.0-prerelease0002 110 6/10/2026
5.7.0-prerelease0001 109 5/20/2026
5.6.3 149 4/20/2026
5.6.2 146 3/9/2026
5.6.1 135 2/23/2026
5.6.0 412 11/17/2025
5.6.0-prerelease0002 235 10/29/2025
5.6.0-prerelease0001 244 3/27/2025
5.5.5 649 11/20/2025
5.5.4 458 4/10/2025
5.5.3 232 2/13/2025
5.5.2 494 10/1/2024
5.5.1 364 8/26/2024
Loading failed

- Added `MimeType.ofFileExtension`
- Made serving logic of embedded resources case-insensitive
- Added `WebPart.ofAssemblyWith` for Suave and Giraffe
- Added `IHttpBackend.assemblyWith`
- Added `MutableApp.DocumentTitle` (`Config.defaultDocumentTitle` is deprecated)
- Added `MutableApp.ApplicationError` and `MutableApp.InternalError` events