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

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.

Microsoft.VisualStudio.Web.CodeGenerators.Mvc

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Microsoft.VisualStudio.Web.CodeGeneration.Design

Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.

Microsoft.VisualStudio.Web.CodeGeneration

Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.

Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore

Contains Entity Framework Core Services used by ASP.NET Core Code Generators.

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.
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
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
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
Version Downloads Last Updated
4.14.0 571,984 5/15/2025
4.13.0 466,911 2/24/2025
4.12.0 1,526,416 12/4/2024
4.12.0-3.final 11,180 10/29/2024
4.12.0-2.final 3,392 9/17/2024
4.12.0-1.final 7,350 8/14/2024
4.11.0 578,816 8/15/2024
4.11.0-3.final 168,017 7/31/2024
4.11.0-2.final 2,095 6/19/2024
4.10.0 208,814 6/10/2024
4.10.0-3.final 129,816 4/29/2024
4.10.0-2.final 13,738 3/19/2024
4.10.0-1.final 376 3/18/2024
4.9.2 602,211 3/2/2024
4.9.0-3.final 3,705 1/22/2024
4.9.0-2.final 43,059 12/16/2023
4.9.0-1.final 1,753 12/13/2023
4.8.0 38,702,950 11/22/2023
4.8.0-3.final 12,020 11/3/2023
4.8.0-2.final 16,905 9/20/2023
4.8.0-1.final 5,488 9/9/2023
4.7.0 291,555 8/18/2023
4.7.0-2.final 16,345 6/20/2023
4.7.0-1.final 8,244 5/20/2023
4.6.0 310,343 5/16/2023
4.6.0-1.final 39,113 3/3/2023
4.5.0 173,742 2/24/2023
4.5.0-2.final 2,777 1/6/2023
4.4.0 4,586,332 11/14/2022
4.4.0-4.final 58,823 10/22/2022
4.4.0-2.final 1,730 9/19/2022
4.4.0-1.final 1,511 8/16/2022
4.3.1 73,517 9/30/2022
4.3.0-3.final 2,569 7/26/2022
4.3.0-2.final 1,526 6/22/2022
4.3.0-1.final 4,974 5/10/2022
4.2.0 218,508 5/13/2022
4.2.0-4.final 726 4/27/2022
4.2.0-2.final 975 3/25/2022
4.2.0-1.final 701 2/18/2022
4.1.0 71,952 2/16/2022
4.1.0-3.final 10,813 1/27/2022
4.1.0-1.final 2,079 11/19/2021
4.0.1 3,459,484 11/9/2021
4.0.0-6.final 1,224 10/20/2021
4.0.0-5.final 627 10/11/2021
4.0.0-4.final 29,055 9/15/2021
4.0.0-3.final 37,587 8/12/2021
4.0.0-2.final 4,234 7/20/2021
4.0.0-1.final 2,603 7/7/2021
3.11.0 360,100 8/11/2021
3.11.0-3.final 504 7/15/2021
3.11.0-1.final 1,355 6/14/2021
3.10.0 142,976 6/11/2021
3.10.0-3.final 817 5/13/2021
3.10.0-2.final 772 4/20/2021
3.10.0-1.final 2,806 3/3/2021
3.9.0 329,350 3/2/2021
3.9.0-5.final 983 2/24/2021
3.9.0-4.final 1,002 2/10/2021
3.9.0-3.final 1,383 1/20/2021
3.9.0-2.final 4,372 12/10/2020
3.9.0-1.final 620 12/4/2020
3.8.0 1,152,004 11/13/2020
3.8.0-5.final 1,234 10/23/2020
3.8.0-4.final 1,184 10/13/2020
3.8.0-3.final 963 9/16/2020
3.8.0-2.final 695 9/1/2020
3.7.0 99,733 8/5/2020
3.7.0-4.final 768 7/14/2020
3.7.0-3.final 896 7/2/2020
3.7.0-2.final 702 6/15/2020
3.7.0-1.final 10,697 5/19/2020
3.6.0 420,351 5/19/2020
3.6.0-4.final 852 5/5/2020
3.6.0-3.final 1,034 4/16/2020
3.6.0-2.final 823 3/26/2020
3.6.0-1.final 772 3/17/2020
3.5.0 72,579 3/16/2020
3.5.0-beta3-final 11,838 2/19/2020
3.5.0-beta2-final 2,301 1/23/2020
3.5.0-beta1-final 6,945 12/3/2019
3.4.0 244,861 12/3/2019
3.4.0-beta4-final 4,271 11/15/2019
3.4.0-beta3-final 4,142 11/4/2019
3.4.0-beta2-final 2,087 10/15/2019
3.4.0-beta1-final 1,537 9/23/2019
3.3.1 57,762 9/23/2019
3.3.1-beta3-final 1,527 9/5/2019
3.3.0-beta2-final 1,586 8/15/2019
3.3.0-beta1-final 1,528 7/26/2019
3.2.1 73,054 8/9/2019
3.2.0 2,215 8/1/2019
3.2.0-beta4-final 1,405 7/16/2019
3.2.0-beta3-final 1,452 6/25/2019
3.2.0-beta1-final 1,541 5/21/2019
3.1.0 32,783 5/21/2019
3.1.0-beta3-final 1,580 5/7/2019
3.1.0-beta2-final 1,513 4/24/2019
3.1.0-beta1-final 1,571 4/10/2019
3.0.0 18,601 4/2/2019
3.0.0-beta4-final 2,001 2/27/2019
3.0.0-beta3-final 4,003 2/14/2019
3.0.0-beta2-final 1,990 1/24/2019
2.11.0-beta1-final 4,067 12/11/2018
2.10.0 290,883 11/15/2018
2.9.0 96,105 8/17/2018