Fable.Remoting.MsgPack 2.0.0

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

MsgPack protocol and data format implementation for Fable.Remoting

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (8)

Showing the top 5 NuGet packages that depend on Fable.Remoting.MsgPack:

Package Downloads
Fable.Remoting.Client

Proxy generation for client Fable apps targeting F# server-side apps using Fable.Remoting

Fable.Remoting.Server

Shared Server Utilities for Fable.Remoting

Fable.Remoting.DotnetClient

Dotnet F# client proxy that is compatible with Fable.Remoting web servers

Fable.SignalR.AspNetCore

A type-safe functional wrapper for SignalR and ASP.NET Core and Giraffe

Fable.SignalR

A type-safe functional wrapper for SignalR and Fable

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 89 4/18/2026
1.25.0 20,747 6/30/2025
1.24.0 98,456 1/20/2024
1.23.0 2,127 1/20/2024
1.22.0 254 1/20/2024
1.21.0 15,805 10/9/2023
1.20.0 1,321 10/9/2023
1.19.0 3,779 9/10/2023
1.18.0 72,069 8/3/2022
1.17.0 3,034 8/3/2022
1.16.0 47,498 2/5/2022
1.15.0 6,972 12/16/2021
1.14.0 6,635 12/7/2021
1.13.0 52,291 6/14/2021
1.12.0 3,072 6/12/2021
1.11.0 3,137 6/3/2021
1.10.0 2,322 6/3/2021
1.9.0 17,414 4/4/2021
1.8.0 7,130 3/13/2021
1.7.0 15,188 12/13/2020
Loading failed

Update target framework to NET8 LTS