Microsoft.VSSDK.BuildTools
                              
                            
                                16.1.28-develop-g146f7078
                            
                        
                    
        
        
                                This is a prerelease version of Microsoft.VSSDK.BuildTools.
                            
    
    
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package Microsoft.VSSDK.BuildTools --version 16.1.28-develop-g146f7078
NuGet\Install-Package Microsoft.VSSDK.BuildTools -Version 16.1.28-develop-g146f7078
        
        
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.VSSDK.BuildTools" Version="16.1.28-develop-g146f7078"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="16.1.28-develop-g146f7078" />
<PackageReference Include="Microsoft.VSSDK.BuildTools"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
        
        
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.VSSDK.BuildTools --version 16.1.28-develop-g146f7078
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Microsoft.VSSDK.BuildTools, 16.1.28-develop-g146f7078"
        
        
#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.VSSDK.BuildTools@16.1.28-develop-g146f7078
        
        
#: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.VSSDK.BuildTools&version=16.1.28-develop-g146f7078&prerelease
#tool nuget:?package=Microsoft.VSSDK.BuildTools&version=16.1.28-develop-g146f7078&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Contains targets and tools to enable the building of managed VSIX projects without VSSDK MSI installed. Only for VS 2015 and onwards.
                            There are no supported framework assets in this package.
                            
                    Learn more about Target Frameworks and .NET Standard.
- 
                                                    
.NETFramework 4.6
- Microsoft.VisualStudio.SDK.Analyzers (>= 15.8.33)
 
 
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.VSSDK.BuildTools:
| Package | Downloads | 
|---|---|
| 
                                                        
                                                            Microsoft.VisualStudio.Workspace.Extensions.VS
                                                        
                                                         Package Description  | 
                                                    
GitHub repositories (194)
Showing the top 20 popular GitHub repositories that depend on Microsoft.VSSDK.BuildTools:
| Repository | Stars | 
|---|---|
| 
                                                        
                                                            icsharpcode/ILSpy
                                                        
                                                         
                                                            .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            MonoGame/MonoGame
                                                        
                                                         
                                                            One framework for creating powerful cross-platform games.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            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!!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            stride3d/stride
                                                        
                                                         
                                                            Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            HandyOrg/HandyControl
                                                        
                                                         
                                                            Contains some simple and commonly used WPF controls
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            HJLebbink/asm-dude
                                                        
                                                         
                                                            Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            VsVim/VsVim
                                                        
                                                         
                                                            Vim Emulator Plugin for Visual Studio 2015+ 
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dotnet/samples
                                                        
                                                         
                                                            Sample code referenced by the .NET documentation
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dotnet/roslynator
                                                        
                                                         
                                                            Roslynator is a set of code analysis tools for C#, powered by Roslyn.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            CosmosOS/Cosmos
                                                        
                                                         
                                                            Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Ourpalm/ILRuntime
                                                        
                                                         
                                                            Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. 
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            bombomby/optick
                                                        
                                                         
                                                            C++ Profiler For Games
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dotnet/sdk
                                                        
                                                         
                                                            Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            serenity-is/Serenity
                                                        
                                                         
                                                            Business Apps Made Simple with Asp.Net Core MVC / TypeScript
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            github/VisualStudio
                                                        
                                                         
                                                            GitHub Extension for Visual Studio
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            ErikEJ/EFCorePowerTools
                                                        
                                                         
                                                            Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            microsoft/GraphEngine
                                                        
                                                         
                                                            Microsoft Graph Engine
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            PSAppDeployToolkit/PSAppDeployToolkit
                                                        
                                                         
                                                            Project Homepage & Forums
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            ArduPilot/MissionPlanner
                                                        
                                                         
                                                            Mission Planner Ground Control Station for ArduPilot (c# .net)
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            dahall/Vanara
                                                        
                                                         
                                                            A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
                                                         
                                                     | 
                                                    
| Version | Downloads | Last Updated | 
|---|---|---|
| 17.0.1600 | 68 | 9/19/2022 | 
| 16.9.1043 | 0 | 1/20/2021 | 
| 16.9.1041 | 1 | 1/20/2021 | 
| 16.9.1035 | 1 | 1/20/2021 | 
| 16.9.1028 | 0 | 1/20/2021 | 
| 16.9.1025 | 1 | 1/20/2021 | 
| 16.9.1024 | 0 | 1/20/2021 | 
| 16.9.1014 | 0 | 1/20/2021 | 
| 16.9.1013 | 0 | 1/20/2021 | 
| 16.9.1011 | 0 | 1/20/2021 | 
| 16.9.9 | 0 | 1/20/2021 | 
| 16.9.6 | 1 | 1/20/2021 | 
| 16.8.3038 | 0 | 1/19/2021 | 
| 16.8.3036 | 1 | 1/20/2021 | 
| 16.8.2025 | 1 | 1/20/2021 | 
| 16.8.2023 | 1 | 1/20/2021 | 
| 16.8.2022 | 0 | 1/20/2021 | 
| 16.8.1019 | 1 | 1/20/2021 | 
| 16.8.1017 | 0 | 1/19/2021 | 
| 16.8.1015 | 1 | 1/20/2021 | 
| 16.8.12 | 0 | 1/20/2021 | 
| 16.8.8 | 0 | 1/20/2021 | 
| 16.8.2 | 0 | 1/20/2021 | 
| 16.7.3069 | 0 | 1/20/2021 | 
| 16.7.3065 | 0 | 1/19/2021 | 
| 16.7.3051 | 1 | 1/20/2021 | 
| 16.7.3049 | 1 | 1/20/2021 | 
| 16.7.3048 | 1 | 1/20/2021 | 
| 16.7.2046 | 0 | 1/19/2021 | 
| 16.7.2041 | 0 | 1/20/2021 | 
| 16.7.1039 | 1 | 1/19/2021 | 
| 16.7.1037 | 1 | 1/20/2021 | 
| 16.7.1036 | 1 | 1/20/2021 | 
| 16.7.33 | 0 | 1/20/2021 | 
| 16.7.26 | 1 | 1/20/2021 | 
| 16.7.24 | 0 | 1/20/2021 | 
| 16.7.13 | 1 | 1/19/2021 | 
| 16.7.11 | 5,152 | 1/19/2021 | 
| 16.7.5 | 1 | 1/20/2021 | 
| 16.7.3 | 0 | 1/20/2021 | 
| 16.7.2 | 1 | 1/20/2021 | 
| 16.6.2058 | 0 | 1/20/2021 | 
| 16.6.2057 | 0 | 1/20/2021 | 
| 16.6.2053 | 0 | 1/20/2021 | 
| 16.6.2051 | 1 | 1/20/2021 | 
| 16.6.2043 | 1 | 1/20/2021 | 
| 16.6.2042 | 1 | 1/20/2021 | 
| 16.6.2041 | 0 | 1/20/2021 | 
| 16.6.2031 | 0 | 1/20/2021 | 
| 16.6.2030 | 1 | 1/19/2021 | 
| 16.6.1026 | 2 | 1/19/2021 | 
| 16.6.1024 | 0 | 1/20/2021 | 
| 16.6.1022 | 0 | 1/20/2021 | 
| 16.6.1021 | 0 | 1/19/2021 | 
| 16.6.1018 | 1 | 1/20/2021 | 
| 16.6.1010 | 1 | 1/19/2021 | 
| 16.6.3 | 0 | 1/19/2021 | 
| 16.5.2047 | 0 | 1/20/2021 | 
| 16.5.2044 | 1 | 1/19/2021 | 
| 16.5.2040 | 1 | 1/19/2021 | 
| 16.5.2036 | 0 | 1/20/2021 | 
| 16.5.1032 | 1 | 1/20/2021 | 
| 16.5.1027 | 0 | 1/20/2021 | 
| 16.5.1023 | 1 | 1/20/2021 | 
| 16.5.1015 | 1 | 1/20/2021 | 
| 16.5.5 | 1 | 1/20/2021 | 
| 16.5.2 | 0 | 1/20/2021 | 
| 16.4.1060 | 0 | 1/20/2021 | 
| 16.4.1059 | 1 | 1/20/2021 | 
| 16.4.1057 | 2 | 1/19/2021 | 
| 16.4.1055 | 0 | 1/20/2021 | 
| 16.4.1053 | 0 | 1/20/2021 | 
| 16.4.1046 | 0 | 1/20/2021 | 
| 16.4.1039 | 0 | 1/20/2021 | 
| 16.4.1038 | 1 | 1/20/2021 | 
| 16.4.1037 | 1 | 1/20/2021 | 
| 16.4.1028 | 0 | 1/20/2021 | 
| 16.4.25 | 0 | 1/20/2021 | 
| 16.4.22 | 0 | 1/20/2021 | 
| 16.4.21 | 1 | 1/20/2021 | 
| 16.4.17 | 0 | 1/20/2021 | 
| 16.4.12 | 1 | 1/20/2021 | 
| 16.3.2099 | 0 | 1/20/2021 | 
| 16.3.2097 | 0 | 1/20/2021 | 
| 16.3.2093 | 1 | 1/20/2021 | 
| 16.3.1066 | 1 | 1/20/2021 | 
| 16.3.1061 | 0 | 1/20/2021 | 
| 16.3.51-develop | 0 | 1/20/2021 | 
| 16.3.41-develop | 0 | 1/19/2021 | 
| 16.3.27-develop-g3fc576ad | 0 | 1/20/2021 | 
| 16.3.19-develop-g06daee4e | 1 | 1/20/2021 | 
| 16.3.18-develop-g4204d5e3 | 0 | 1/20/2021 | 
| 16.2.3074 | 0 | 1/20/2021 | 
| 16.2.3073 | 1 | 1/19/2021 | 
| 16.2.3071 | 1 | 1/20/2021 | 
| 16.2.3068 | 0 | 1/20/2021 | 
| 16.2.2061 | 0 | 1/19/2021 | 
| 16.2.2060 | 1 | 1/20/2021 | 
| 16.2.2057 | 0 | 1/20/2021 | 
| 16.2.1045 | 1 | 1/19/2021 | 
| 16.2.1043 | 0 | 1/19/2021 | 
| 16.2.1037 | 0 | 1/20/2021 | 
| 16.2.1033-develop-geb07a8be | 1 | 1/20/2021 | 
| 16.2.1030-develop-g177588ed | 1 | 1/19/2021 | 
| 16.2.1021-develop-g258fc5fd | 1 | 1/20/2021 | 
| 16.2.24 | 0 | 1/20/2021 | 
| 16.2.15-develop-g2905b4ec | 0 | 1/20/2021 | 
| 16.1.3133 | 1 | 1/20/2021 | 
| 16.1.3132 | 0 | 1/19/2021 | 
| 16.1.3128 | 0 | 1/20/2021 | 
| 16.1.3121 | 1 | 1/20/2021 | 
| 16.1.3116 | 1 | 1/19/2021 | 
| 16.1.3109 | 0 | 1/20/2021 | 
| 16.1.3107-VSIXProjec-g7959f2ca | 0 | 1/20/2021 | 
| 16.1.3106 | 1 | 1/20/2021 | 
| 16.1.2103 | 0 | 1/20/2021 | 
| 16.1.2101 | 0 | 1/20/2021 | 
| 16.1.2094 | 1 | 1/20/2021 | 
| 16.1.2090 | 1 | 1/20/2021 | 
| 16.1.1080 | 0 | 1/20/2021 | 
| 16.1.1079 | 0 | 1/20/2021 | 
| 16.1.1071 | 0 | 1/19/2021 | 
| 16.1.1070 | 0 | 1/19/2021 | 
| 16.1.1064 | 1 | 1/20/2021 | 
| 16.1.1056 | 1 | 1/20/2021 | 
| 16.1.1053 | 0 | 1/20/2021 | 
| 16.1.1049-develop-ga534c32d | 1 | 1/20/2021 | 
| 16.1.1042-develop-g80bbde4a | 0 | 1/19/2021 | 
| 16.1.46 | 1 | 1/20/2021 | 
| 16.1.42 | 1 | 1/20/2021 | 
| 16.1.40-develop-g8428d69b | 1 | 1/20/2021 | 
| 16.1.35-develop-g9d2b6ddb | 1 | 1/20/2021 | 
| 16.1.28-develop-g146f7078 | 1 | 1/20/2021 | 
| 16.0.2284 | 1 | 1/20/2021 | 
| 16.0.2271 | 0 | 1/20/2021 | 
| 16.0.2270 | 0 | 1/20/2021 | 
| 16.0.2268 | 1 | 1/20/2021 | 
| 16.0.2264 | 0 | 1/20/2021 | 
| 16.0.2262 | 1 | 1/20/2021 | 
| 16.0.2261 | 1 | 1/20/2021 | 
| 16.0.2258 | 0 | 1/19/2021 | 
| 16.0.2250 | 1 | 1/20/2021 | 
| 16.0.2241 | 0 | 1/19/2021 | 
| 16.0.2238 | 0 | 1/20/2021 | 
| 16.0.2234 | 0 | 1/20/2021 | 
| 16.0.1230 | 1 | 1/20/2021 | 
| 16.0.1226 | 1 | 1/20/2021 | 
| 16.0.1225 | 0 | 1/20/2021 | 
| 16.0.1211 | 1 | 1/19/2021 | 
| 16.0.1208 | 1 | 1/20/2021 | 
| 16.0.1198 | 1 | 1/20/2021 | 
| 16.0.298 | 0 | 1/20/2021 | 
| 16.0.297 | 1 | 1/20/2021 | 
| 16.0.190 | 0 | 1/20/2021 | 
| 16.0.189 | 0 | 1/20/2021 | 
| 16.0.181 | 1 | 1/20/2021 | 
| 16.0.179 | 1 | 1/20/2021 | 
| 16.0.176 | 0 | 1/19/2021 | 
| 16.0.146 | 2 | 1/19/2021 | 
| 16.0.85 | 0 | 1/20/2021 | 
| 15.9.3039 | 0 | 1/20/2021 | 
| 15.9.3032 | 1 | 1/20/2021 | 
| 15.8.3252 | 1 | 1/20/2021 | 
| 15.8.3247 | 1 | 1/20/2021 | 
| 15.7.109 | 1 | 1/19/2021 | 
| 15.7.107 | 1 | 1/20/2021 | 
| 15.7.104 | 0 | 1/19/2021 | 
| 15.6.170 | 1 | 1/19/2021 | 
| 15.6.167 | 0 | 1/20/2021 | 
| 15.5.100 | 1 | 1/20/2021 | 
| 15.5.72 | 0 | 1/20/2021 | 
| 15.1.192 | 16 | 1/20/2021 | 
| 15.0.26201 | 10 | 1/20/2021 | 
| 15.0.26124-RC3 | 0 | 1/19/2021 | 
| 15.0.26109-RC3 | 0 | 1/20/2021 | 
| 15.0.25929-RC2 | 43 | 1/20/2021 | 
| 15.0.25914-RC2 | 0 | 1/19/2021 | 
| 15.0.25907-RC2 | 1 | 1/19/2021 | 
| 15.0.25901-RC | 0 | 1/20/2021 | 
| 15.0.25825-RC | 0 | 1/20/2021 | 
| 15.0.25824-RC | 1 | 1/20/2021 | 
| 15.0.25728-Preview5 | 1 | 1/20/2021 | 
| 15.0.25726-Preview5 | 1 | 1/20/2021 | 
| 15.0.25604-Preview4 | 3 | 1/20/2021 | 
| 15.0.25201-Dev15Preview2 | 1 | 1/20/2021 | 
| 15.0.25123-Dev15Preview | 0 | 1/20/2021 | 
| 14.3.25420 | 10 | 1/20/2021 | 
| 14.3.25407 | 3 | 1/20/2021 | 
| 14.2.25201 | 1 | 1/20/2021 | 
| 14.2.25123 | 1 | 1/19/2021 | 
| 12.0.21005 | 0 | 1/20/2021 |