FSharp.Core 4.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Core --version 4.5.2
NuGet\Install-Package FSharp.Core -Version 4.5.2
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="FSharp.Core" Version="4.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Core --version 4.5.2
#r "nuget: FSharp.Core, 4.5.2"
#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 FSharp.Core as a Cake Addin
#addin nuget:?package=FSharp.Core&version=4.5.2

// Install FSharp.Core as a Cake Tool
#tool nuget:?package=FSharp.Core&version=4.5.2

F# Core Library

This package contains functionality that supports core F# functionality, including language primitives, operators, attributes, basic types, strings, formatted I/O, F# collections, combinators for F# collections, async, native interopation constructs, and more.

Versioning

Starting with F# 4.5, this package uses the following versioning scheme:

language-major-version.language-minor-version.patch

For example, for F# 4.5, this package will reference 4.5.x, where x is a patch that may contain bug fixes or minor improvements.

When a new version of the F# language ships, the major and minor versions will be updated appropriately. To learn more about this versioning, see the versioning RFC for F#.

Usage and compatibility

This package is implicitly referenced in new projects using the .NET SDK and Visual Studio. Each time either the .NET SDK or Visual Studio ships, they will they reference to a specific version of FSharp.Core.

It is not recommended that you upgrade to a newer version until you can fully vet that it is intended for the version of the F# language you are using.

We do not guarantee forwards-compatibility with this package. That said, we do strive to ensure that newer versions can still work on older compilers. So if you upgrade to a new version that is not intended for the version of the F# language you are using, things are likely to still work, but there is a risk that some things will not.

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.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  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. 
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.

NuGet packages (3.4K)

Showing the top 5 NuGet packages that depend on FSharp.Core:

Package Downloads
FsCheck

FsCheck is a tool for testing .NET programs automatically. You provide a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. Such properties are actually a testable specification of your program. Properties are written in F#, C# or VB. FsCheck helps you to define properties, observe the distribution of test data, and define test data generators. Crucially, when a property fails, FsCheck automatically displays a minimal counter example.

FParsec

FParsec is a parser combinator library for F#. You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference. This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).

FSharp.Data

The FSharp.Data packages contain type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. * FSharp.Data -- includes everything * FSharp.Data.Http -- http types/helpers * FSharp.Data.Csv.Core -- csv types/helpers * FSharp.Data.Json.Core -- json types/helpers * FSharp.Data.Html.Core -- html types/helpers * FSharp.Data.Xml.Core -- xml types/helpers

Aardvark.Base.FSharp

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

Paket.Core

A dependency manager for .NET with support for NuGet packages and git repositories.

GitHub repositories (87)

Showing the top 5 popular GitHub repositories that depend on FSharp.Core:

Repository Stars
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
dotnet/orleans
Cloud Native application framework for .NET
louthy/language-ext
C# functional language extensions - a base class library for functional programming
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Version Downloads Last updated
8.0.300-beta.24154.4 268 3/12/2024
8.0.300-beta.24080.5 492 2/13/2024
8.0.200 52,508 2/13/2024
8.0.102 321 3/12/2024
8.0.101 80,724 1/9/2024
8.0.100 186,780 11/14/2023
8.0.100-beta.23475.2 2,269 10/10/2023
8.0.100-beta.23418.2 1,682 9/12/2023
8.0.100-beta.23371.8 736 8/8/2023
8.0.100-beta.23327.15 857 7/11/2023
7.0.403 13,710 1/9/2024
7.0.402 26,676 11/14/2023
7.0.401 51,754 10/24/2023
7.0.400 275,890 8/8/2023
7.0.400-beta.23281.1 622 6/13/2023
7.0.400-beta.23251.2 1,339 5/16/2023
7.0.300 454,996 5/16/2023
7.0.300-beta.23261.1 191 5/11/2023
7.0.300-beta.23176.1 671 4/11/2023
7.0.300-beta.23127.2 587 3/14/2023
7.0.300-beta.23114.3 1,309 2/21/2023
7.0.200 646,739 2/14/2023
7.0.0 891,683 11/7/2022
7.0.0-beta.22473.1 2,422 10/11/2022
7.0.0-beta.22427.1 4,795 9/14/2022
6.0.7 590,509 11/7/2022
6.0.6 478,398 9/13/2022
6.0.5 1,259,133 6/14/2022
6.0.5-beta.22369.1 293 8/9/2022
6.0.5-beta.22329.3 933 7/12/2022
6.0.5-beta.22327.2 27,301 7/12/2022
6.0.5-beta.22305.1 799 6/14/2022
6.0.4 776,364 5/10/2022
6.0.4-beta.22203.2 781 5/10/2022
6.0.4-beta.22181.2 617 4/19/2022
6.0.3 876,569 2/4/2022
6.0.3-beta.22123.2 201 4/13/2022
6.0.3-beta.22076.4 1,025 1/28/2022
6.0.2 1,139,852 1/5/2022
6.0.2-beta.21631.1 729 1/5/2022
6.0.2-beta.21610.1 447 1/20/2022
6.0.1 1,207,840 10/30/2021
6.0.0 527,813 9/20/2021
6.0.0-beta.21472.3 418 10/14/2021
5.0.3-beta.21352.5 1,663 8/5/2021
5.0.2 811,310 6/22/2021
5.0.1 878,517 2/10/2021
5.0.0 7,139,698 10/19/2020
4.7.2 3,247,229 5/21/2020
4.7.1 1,219,302 3/16/2020
4.7.0 4,207,796 8/2/2019
4.6.2 3,793,727 2/14/2019
4.6.1 98,801 2/2/2019
4.6.0 390,952 1/23/2019
4.5.4 620,151 11/27/2018
4.5.2 3,792,429 7/27/2018
4.5.1 51,089 7/19/2018
4.5.0 529,664 6/7/2018
4.3.4 2,304,799 2/12/2018
4.3.3 453,233 1/31/2018
4.3.2 236,500 1/26/2018
4.3.1 54,383 1/25/2018
4.2.3 4,736,451 8/19/2017
4.2.2 73,730 7/28/2017
4.2.1 870,367 6/8/2017
4.1.18 724,788 8/19/2017
4.1.17 833,217 4/29/2017
4.0.0.1 2,640,198 7/23/2015
3.1.2.5 1,042,440 7/18/2015
3.1.2 87,331 12/3/2014
3.0.2 228,983 12/3/2014