Microsoft.CodeAnalysis.Workspaces.MSBuild 3.4.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.4.0-beta2-final
                    
NuGet\Install-Package Microsoft.CodeAnalysis.Workspaces.MSBuild -Version 3.4.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.4.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.4.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.4.0-beta2-final
                    
#r "nuget: Microsoft.CodeAnalysis.Workspaces.MSBuild, 3.4.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.4.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.4.0-beta2-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.Workspaces.MSBuild&version=3.4.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/154af84a603094b52bd08b3366c4448f7481af52.

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 (123)

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 (73)

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.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
DGP-Studio/Snap.Hutao
实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰
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.
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
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
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
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
Version Downloads Last Updated
4.14.0 341,142 5/15/2025
4.13.0 421,831 2/24/2025
4.12.0 1,336,423 12/4/2024
4.12.0-3.final 11,027 10/29/2024
4.12.0-2.final 3,383 9/17/2024
4.12.0-1.final 7,038 8/14/2024
4.11.0 522,503 8/15/2024
4.11.0-3.final 151,205 7/31/2024
4.11.0-2.final 2,048 6/19/2024
4.10.0 187,107 6/10/2024
4.10.0-3.final 129,122 4/29/2024
4.10.0-2.final 13,201 3/19/2024
4.10.0-1.final 367 3/18/2024
4.9.2 534,866 3/2/2024
4.9.0-3.final 3,685 1/22/2024
4.9.0-2.final 41,201 12/16/2023
4.9.0-1.final 1,714 12/13/2023
4.8.0 32,291,786 11/22/2023
4.8.0-3.final 11,937 11/3/2023
4.8.0-2.final 16,873 9/20/2023
4.8.0-1.final 5,475 9/9/2023
4.7.0 276,243 8/18/2023
4.7.0-2.final 16,283 6/20/2023
4.7.0-1.final 8,223 5/20/2023
4.6.0 297,004 5/16/2023
4.6.0-1.final 38,829 3/3/2023
4.5.0 170,627 2/24/2023
4.5.0-2.final 2,682 1/6/2023
4.4.0 4,535,091 11/14/2022
4.4.0-4.final 58,800 10/22/2022
4.4.0-2.final 1,713 9/19/2022
4.4.0-1.final 1,483 8/16/2022
4.3.1 72,808 9/30/2022
4.3.0-3.final 2,514 7/26/2022
4.3.0-2.final 1,508 6/22/2022
4.3.0-1.final 4,934 5/10/2022
4.2.0 217,410 5/13/2022
4.2.0-4.final 704 4/27/2022
4.2.0-2.final 959 3/25/2022
4.2.0-1.final 685 2/18/2022
4.1.0 71,050 2/16/2022
4.1.0-3.final 10,793 1/27/2022
4.1.0-1.final 2,042 11/19/2021
4.0.1 3,414,283 11/9/2021
4.0.0-6.final 1,202 10/20/2021
4.0.0-5.final 609 10/11/2021
4.0.0-4.final 28,944 9/15/2021
4.0.0-3.final 37,355 8/12/2021
4.0.0-2.final 4,215 7/20/2021
4.0.0-1.final 2,583 7/7/2021
3.11.0 355,595 8/11/2021
3.11.0-3.final 488 7/15/2021
3.11.0-1.final 1,337 6/14/2021
3.10.0 142,280 6/11/2021
3.10.0-3.final 801 5/13/2021
3.10.0-2.final 762 4/20/2021
3.10.0-1.final 2,787 3/3/2021
3.9.0 327,655 3/2/2021
3.9.0-5.final 965 2/24/2021
3.9.0-4.final 944 2/10/2021
3.9.0-3.final 1,366 1/20/2021
3.9.0-2.final 4,360 12/10/2020
3.9.0-1.final 605 12/4/2020
3.8.0 1,149,665 11/13/2020
3.8.0-5.final 1,212 10/23/2020
3.8.0-4.final 1,141 10/13/2020
3.8.0-3.final 942 9/16/2020
3.8.0-2.final 681 9/1/2020
3.7.0 98,073 8/5/2020
3.7.0-4.final 745 7/14/2020
3.7.0-3.final 881 7/2/2020
3.7.0-2.final 686 6/15/2020
3.7.0-1.final 10,678 5/19/2020
3.6.0 417,123 5/19/2020
3.6.0-4.final 834 5/5/2020
3.6.0-3.final 1,015 4/16/2020
3.6.0-2.final 804 3/26/2020
3.6.0-1.final 754 3/17/2020
3.5.0 72,399 3/16/2020
3.5.0-beta3-final 11,668 2/19/2020
3.5.0-beta2-final 2,270 1/23/2020
3.5.0-beta1-final 6,911 12/3/2019
3.4.0 244,507 12/3/2019
3.4.0-beta4-final 4,235 11/15/2019
3.4.0-beta3-final 4,112 11/4/2019
3.4.0-beta2-final 2,056 10/15/2019
3.4.0-beta1-final 1,511 9/23/2019
3.3.1 56,824 9/23/2019
3.3.1-beta3-final 1,498 9/5/2019
3.3.0-beta2-final 1,557 8/15/2019
3.3.0-beta1-final 1,493 7/26/2019
3.2.1 72,751 8/9/2019
3.2.0 2,166 8/1/2019
3.2.0-beta4-final 1,375 7/16/2019
3.2.0-beta3-final 1,429 6/25/2019
3.2.0-beta1-final 1,510 5/21/2019
3.1.0 32,735 5/21/2019
3.1.0-beta3-final 1,558 5/7/2019
3.1.0-beta2-final 1,483 4/24/2019
3.1.0-beta1-final 1,544 4/10/2019
3.0.0 18,402 4/2/2019
3.0.0-beta4-final 1,957 2/27/2019
3.0.0-beta3-final 3,958 2/14/2019
3.0.0-beta2-final 1,947 1/24/2019
2.11.0-beta1-final 3,896 12/11/2018
2.10.0 287,332 11/15/2018
2.9.0 90,328 8/17/2018