Microsoft.CodeAnalysis.Workspaces.MSBuild 3.5.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.5.0-beta2-final
                    
NuGet\Install-Package Microsoft.CodeAnalysis.Workspaces.MSBuild -Version 3.5.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.5.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.5.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.5.0-beta2-final
                    
#r "nuget: Microsoft.CodeAnalysis.Workspaces.MSBuild, 3.5.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.5.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.5.0-beta2-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.CodeAnalysis.Workspaces.MSBuild&version=3.5.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/2ac1568063fc4e4501d63f8aba329023080a66ba.

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

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 372,546 5/15/2025
4.13.0 428,807 2/24/2025
4.12.0 1,369,545 12/4/2024
4.12.0-3.final 11,060 10/29/2024
4.12.0-2.final 3,384 9/17/2024
4.12.0-1.final 7,067 8/14/2024
4.11.0 532,274 8/15/2024
4.11.0-3.final 154,163 7/31/2024
4.11.0-2.final 2,048 6/19/2024
4.10.0 190,069 6/10/2024
4.10.0-3.final 129,207 4/29/2024
4.10.0-2.final 13,287 3/19/2024
4.10.0-1.final 368 3/18/2024
4.9.2 545,602 3/2/2024
4.9.0-3.final 3,688 1/22/2024
4.9.0-2.final 41,362 12/16/2023
4.9.0-1.final 1,719 12/13/2023
4.8.0 33,270,694 11/22/2023
4.8.0-3.final 11,937 11/3/2023
4.8.0-2.final 16,878 9/20/2023
4.8.0-1.final 5,478 9/9/2023
4.7.0 277,867 8/18/2023
4.7.0-2.final 16,292 6/20/2023
4.7.0-1.final 8,227 5/20/2023
4.6.0 299,108 5/16/2023
4.6.0-1.final 38,866 3/3/2023
4.5.0 171,128 2/24/2023
4.5.0-2.final 2,700 1/6/2023
4.4.0 4,542,983 11/14/2022
4.4.0-4.final 58,805 10/22/2022
4.4.0-2.final 1,718 9/19/2022
4.4.0-1.final 1,489 8/16/2022
4.3.1 72,892 9/30/2022
4.3.0-3.final 2,528 7/26/2022
4.3.0-2.final 1,513 6/22/2022
4.3.0-1.final 4,940 5/10/2022
4.2.0 217,550 5/13/2022
4.2.0-4.final 707 4/27/2022
4.2.0-2.final 960 3/25/2022
4.2.0-1.final 686 2/18/2022
4.1.0 71,181 2/16/2022
4.1.0-3.final 10,794 1/27/2022
4.1.0-1.final 2,046 11/19/2021
4.0.1 3,421,597 11/9/2021
4.0.0-6.final 1,207 10/20/2021
4.0.0-5.final 609 10/11/2021
4.0.0-4.final 28,957 9/15/2021
4.0.0-3.final 37,386 8/12/2021
4.0.0-2.final 4,216 7/20/2021
4.0.0-1.final 2,583 7/7/2021
3.11.0 356,201 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,373 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,788 3/3/2021
3.9.0 327,813 3/2/2021
3.9.0-5.final 967 2/24/2021
3.9.0-4.final 950 2/10/2021
3.9.0-3.final 1,368 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,824 11/13/2020
3.8.0-5.final 1,215 10/23/2020
3.8.0-4.final 1,146 10/13/2020
3.8.0-3.final 943 9/16/2020
3.8.0-2.final 682 9/1/2020
3.7.0 98,125 8/5/2020
3.7.0-4.final 750 7/14/2020
3.7.0-3.final 882 7/2/2020
3.7.0-2.final 687 6/15/2020
3.7.0-1.final 10,680 5/19/2020
3.6.0 417,548 5/19/2020
3.6.0-4.final 835 5/5/2020
3.6.0-3.final 1,019 4/16/2020
3.6.0-2.final 806 3/26/2020
3.6.0-1.final 756 3/17/2020
3.5.0 72,403 3/16/2020
3.5.0-beta3-final 11,698 2/19/2020
3.5.0-beta2-final 2,273 1/23/2020
3.5.0-beta1-final 6,913 12/3/2019
3.4.0 244,557 12/3/2019
3.4.0-beta4-final 4,241 11/15/2019
3.4.0-beta3-final 4,114 11/4/2019
3.4.0-beta2-final 2,059 10/15/2019
3.4.0-beta1-final 1,513 9/23/2019
3.3.1 56,986 9/23/2019
3.3.1-beta3-final 1,501 9/5/2019
3.3.0-beta2-final 1,561 8/15/2019
3.3.0-beta1-final 1,499 7/26/2019
3.2.1 72,770 8/9/2019
3.2.0 2,169 8/1/2019
3.2.0-beta4-final 1,377 7/16/2019
3.2.0-beta3-final 1,430 6/25/2019
3.2.0-beta1-final 1,514 5/21/2019
3.1.0 32,737 5/21/2019
3.1.0-beta3-final 1,559 5/7/2019
3.1.0-beta2-final 1,486 4/24/2019
3.1.0-beta1-final 1,546 4/10/2019
3.0.0 18,406 4/2/2019
3.0.0-beta4-final 1,962 2/27/2019
3.0.0-beta3-final 3,963 2/14/2019
3.0.0-beta2-final 1,951 1/24/2019
2.11.0-beta1-final 3,923 12/11/2018
2.10.0 287,948 11/15/2018
2.9.0 91,057 8/17/2018