Wisp.Framework.Core 10.0.4

dotnet add package Wisp.Framework.Core --version 10.0.4
                    
NuGet\Install-Package Wisp.Framework.Core -Version 10.0.4
                    
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="Wisp.Framework.Core" Version="10.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wisp.Framework.Core" Version="10.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Wisp.Framework.Core" />
                    
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 Wisp.Framework.Core --version 10.0.4
                    
#r "nuget: Wisp.Framework.Core, 10.0.4"
                    
#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 Wisp.Framework.Core@10.0.4
                    
#: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=Wisp.Framework.Core&version=10.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Wisp.Framework.Core&version=10.0.4
                    
Install as a Cake Tool

Wisp Framework

NuGet Version GitHub Release Static Badge GitHub Issues or Pull Requests GitHub Issues or Pull Requests

Wisp is an open-source, cross-platform, embeddable web framework for building small, lightweight applications. It does not depend on any part of the ASP.NET Core SDK, runs on any platform supported by .NET Core and works with any .NET language. It's specifically designed for embedding in existing applications so it's fully self-contained and has no special environment requirements.

Warning! Wisp is in very early stages of development and production use is not recommended. Every release, even minor, might introduce significant breaking changes.

Learn more about Wisp

Contribute to Wisp

Get Started

Follow the Getting Started guide.

All you need to start developing with Wisp is the .NET Core SDK 10+ and a text editor.

Minimal Example

dotnet new install Wisp.Framework.Templates
dotnet new wisp.mvc
dotnet run

And go to http://localhost:6969

License

This project is dual-licensed under either:

at your option.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Wisp.Framework.Core:

Package Downloads
Wisp.Extensions.Identity.OpenId

An OpenID auth provider for the Wisp Framework

Wisp.Extensions.OpenApi

An OpenAPI schema generator and Swagger UI for the Wisp Framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.4 80 3/3/2026
10.0.3 85 3/3/2026
10.0.2 101 2/1/2026
10.0.1 99 1/26/2026
10.0.0 95 1/25/2026
1.3.0 93 1/25/2026
1.2.7 239 11/22/2025
1.2.6 186 10/3/2025
1.2.5 286 9/19/2025
1.2.4 189 9/1/2025
1.2.3 113 8/23/2025
1.2.2 147 8/22/2025
1.2.1 174 8/16/2025
1.2.0 146 8/15/2025
1.0.4 189 8/14/2025
1.0.3 182 7/30/2025
1.0.2 164 7/30/2025
1.0.1 258 7/29/2025
1.0.0 309 7/29/2025