Ionide.ProjInfo.FCS 0.66.1

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

// Install Ionide.ProjInfo.FCS as a Cake Tool
#tool nuget:?package=Ionide.ProjInfo.FCS&version=0.66.1                

MSBuild evaluation, fsproj file loading, and project system for F# tooling

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Ionide.ProjInfo.FCS:

Package Downloads
FSharpLint.Core

API to programmatically run FSharpLint.

Ionide.ProjInfo.ProjectSystem

MSBuild evaluation, fsproj file loading, and project system for F# tooling

mFSharpLint.Core

API to programmatically run FSharpLint.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.66.1 100 9/2/2024
0.66.0 1,142 8/17/2024
0.65.0 2,753 5/15/2024
0.64.0 1,602 4/21/2024
0.63.0 7,834 2/6/2024
0.62.0 5,314 8/21/2023
0.62.0-nightly001 270 6/27/2023
0.61.3 8,665 4/1/2023
0.61.2 2,142 2/20/2023
0.61.1 465 12/9/2022
0.61.0 15,932 11/7/2022
0.60.3 529 10/20/2022
0.60.2 1,178 10/3/2022
0.60.1 742 9/10/2022
0.60.0 1,139 8/21/2022
0.59.2 1,084 8/5/2022
0.59.1 2,621 4/17/2022
0.59.0 727 4/16/2022
0.58.2 964 4/4/2022
0.58.1 752 4/3/2022
0.58.0 3,759 4/3/2022
0.57.2 809 3/20/2022
0.57.1 436 3/20/2022
0.57.0 426 3/20/2022
0.55.4 4,040 11/19/2021
0.55.3 882 11/19/2021
0.55.1 507 11/16/2021
0.55.0 714 11/5/2021
0.54.2 654 11/2/2021
0.54.1 655 10/17/2021
0.54.0 529 8/12/2021
0.53.1 19,179 6/23/2021
0.53.0 1,466 6/22/2021
0.52.0 1,161 4/16/2021
0.51.0 2,281 3/16/2021
0.50.0 661 3/13/2021
0.49.0 738 3/3/2021
0.48.0 1,121 2/11/2021
0.46.0 1,036 1/11/2021
0.45.2 1,073 12/22/2020
0.45.1 583 12/22/2020
0.45.0 775 12/19/2020

### Changed

* * [Add clearer message on some failure cases](https://github.com/ionide/proj-info/pull/210) (thanks @Smaug123)