Microsoft.CodeAnalysis.Workspaces.MSBuild 3.0.0-beta2-final

Prefix Reserved
This is a prerelease version of Microsoft.CodeAnalysis.Workspaces.MSBuild.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.Workspaces.MSBuild --version 3.0.0-beta2-final
                    
NuGet\Install-Package Microsoft.CodeAnalysis.Workspaces.MSBuild -Version 3.0.0-beta2-final
                    
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="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.0.0-beta2-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="3.0.0-beta2-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
                    
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 Microsoft.CodeAnalysis.Workspaces.MSBuild --version 3.0.0-beta2-final
                    
#r "nuget: Microsoft.CodeAnalysis.Workspaces.MSBuild, 3.0.0-beta2-final"
                    
#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 Microsoft.CodeAnalysis.Workspaces.MSBuild@3.0.0-beta2-final
                    
#: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=Microsoft.CodeAnalysis.Workspaces.MSBuild&version=3.0.0-beta2-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.Workspaces.MSBuild&version=3.0.0-beta2-final&prerelease
                    
Install as a Cake Tool

.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
     of the following packages to add the appropriate language support:
     - Microsoft.CodeAnalysis.CSharp.Workspaces
     - Microsoft.CodeAnalysis.VisualBasic.Workspaces
   
     More details at https://aka.ms/roslyn-packages
     This package was built from the source at https://github.com/dotnet/roslyn/commit/231aeb8be8357239499d45c0574e5a9a8c9174f0.

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.  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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net472 is compatible.  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 (119)

Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.Workspaces.MSBuild:

Package Downloads
Microsoft.EntityFrameworkCore.Design

Shared design-time components for Entity Framework Core tools.

Reo.Core.Database

Package Description

Reo.Core.Testing

Package Description

Hopex.ApplicationServer.Commons

Hopex Application Server Commons

Reo.Core.IntegrationTesting

Package Description

GitHub repositories (42)

Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.Workspaces.MSBuild:

Repository Stars
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
tModLoader/tModLoader
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations
dotnet/docfx
Static site generator for .NET API documentation.
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
dotnet/roslynator
Roslynator is a set of code analysis tools for C#, powered by Roslyn.
waf/CSharpRepl
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
dafny-lang/dafny
Dafny is a verification-aware programming language
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
dotnet/roslyn-analyzers
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
Version Downloads Last Updated
4.14.0 165,433 5/15/2025
4.13.0 373,266 2/24/2025
4.12.0 1,142,077 12/4/2024
4.12.0-3.final 10,766 10/29/2024
4.12.0-2.final 3,356 9/17/2024
4.12.0-1.final 6,878 8/14/2024
4.11.0 467,532 8/15/2024
4.11.0-3.final 131,457 7/31/2024
4.11.0-2.final 2,032 6/19/2024
4.10.0 171,219 6/10/2024
4.10.0-3.final 128,175 4/29/2024
4.10.0-2.final 12,736 3/19/2024
4.10.0-1.final 353 3/18/2024
4.9.2 472,538 3/2/2024
4.9.0-3.final 3,660 1/22/2024
4.9.0-2.final 39,303 12/16/2023
4.9.0-1.final 1,630 12/13/2023
4.8.0 26,427,511 11/22/2023
4.8.0-3.final 11,920 11/3/2023
4.8.0-2.final 16,851 9/20/2023
4.8.0-1.final 5,446 9/9/2023
4.7.0 265,684 8/18/2023
4.7.0-2.final 16,251 6/20/2023
4.7.0-1.final 8,203 5/20/2023
4.6.0 285,865 5/16/2023
4.6.0-1.final 38,529 3/3/2023
4.5.0 167,933 2/24/2023
4.5.0-2.final 2,581 1/6/2023
4.4.0 4,487,067 11/14/2022
4.4.0-4.final 58,784 10/22/2022
4.4.0-2.final 1,699 9/19/2022
4.4.0-1.final 1,464 8/16/2022
4.3.1 72,106 9/30/2022
4.3.0-3.final 2,449 7/26/2022
4.3.0-2.final 1,488 6/22/2022
4.3.0-1.final 4,904 5/10/2022
4.2.0 216,327 5/13/2022
4.2.0-4.final 686 4/27/2022
4.2.0-2.final 941 3/25/2022
4.2.0-1.final 665 2/18/2022
4.1.0 70,472 2/16/2022
4.1.0-3.final 10,774 1/27/2022
4.1.0-1.final 2,015 11/19/2021
4.0.1 3,364,366 11/9/2021
4.0.0-6.final 1,184 10/20/2021
4.0.0-5.final 593 10/11/2021
4.0.0-4.final 28,849 9/15/2021
4.0.0-3.final 37,052 8/12/2021
4.0.0-2.final 4,190 7/20/2021
4.0.0-1.final 2,563 7/7/2021
3.11.0 352,634 8/11/2021
3.11.0-3.final 468 7/15/2021
3.11.0-1.final 1,315 6/14/2021
3.10.0 141,791 6/11/2021
3.10.0-3.final 781 5/13/2021
3.10.0-2.final 740 4/20/2021
3.10.0-1.final 2,759 3/3/2021
3.9.0 326,721 3/2/2021
3.9.0-5.final 943 2/24/2021
3.9.0-4.final 876 2/10/2021
3.9.0-3.final 1,343 1/20/2021
3.9.0-2.final 4,336 12/10/2020
3.9.0-1.final 581 12/4/2020
3.8.0 1,148,379 11/13/2020
3.8.0-5.final 1,187 10/23/2020
3.8.0-4.final 1,098 10/13/2020
3.8.0-3.final 921 9/16/2020
3.8.0-2.final 658 9/1/2020
3.7.0 97,705 8/5/2020
3.7.0-4.final 721 7/14/2020
3.7.0-3.final 859 7/2/2020
3.7.0-2.final 662 6/15/2020
3.7.0-1.final 10,657 5/19/2020
3.6.0 414,551 5/19/2020
3.6.0-4.final 811 5/5/2020
3.6.0-3.final 993 4/16/2020
3.6.0-2.final 780 3/26/2020
3.6.0-1.final 731 3/17/2020
3.5.0 72,351 3/16/2020
3.5.0-beta3-final 11,499 2/19/2020
3.5.0-beta2-final 2,248 1/23/2020
3.5.0-beta1-final 6,887 12/3/2019
3.4.0 244,203 12/3/2019
3.4.0-beta4-final 4,207 11/15/2019
3.4.0-beta3-final 4,087 11/4/2019
3.4.0-beta2-final 2,031 10/15/2019
3.4.0-beta1-final 1,484 9/23/2019
3.3.1 55,936 9/23/2019
3.3.1-beta3-final 1,476 9/5/2019
3.3.0-beta2-final 1,533 8/15/2019
3.3.0-beta1-final 1,470 7/26/2019
3.2.1 72,679 8/9/2019
3.2.0 2,142 8/1/2019
3.2.0-beta4-final 1,349 7/16/2019
3.2.0-beta3-final 1,404 6/25/2019
3.2.0-beta1-final 1,486 5/21/2019
3.1.0 32,706 5/21/2019
3.1.0-beta3-final 1,533 5/7/2019
3.1.0-beta2-final 1,458 4/24/2019
3.1.0-beta1-final 1,517 4/10/2019
3.0.0 18,350 4/2/2019
3.0.0-beta4-final 1,920 2/27/2019
3.0.0-beta3-final 3,920 2/14/2019
3.0.0-beta2-final 1,905 1/24/2019
2.11.0-beta1-final 3,729 12/11/2018
2.10.0 283,894 11/15/2018
2.9.0 86,412 8/17/2018