Microsoft.VisualStudio.LanguageServer.Protocol
                               
                            
                                17.0.3095-gea74fe0c79
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    
        
        
                                This is a prerelease version of Microsoft.VisualStudio.LanguageServer.Protocol.
                            
    
    
        
        
                                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.VisualStudio.LanguageServer.Protocol --version 17.0.3095-gea74fe0c79
NuGet\Install-Package Microsoft.VisualStudio.LanguageServer.Protocol -Version 17.0.3095-gea74fe0c79
        
        
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.VisualStudio.LanguageServer.Protocol" Version="17.0.3095-gea74fe0c79" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.0.3095-gea74fe0c79" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" />
        
        
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.VisualStudio.LanguageServer.Protocol --version 17.0.3095-gea74fe0c79
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Microsoft.VisualStudio.LanguageServer.Protocol, 17.0.3095-gea74fe0c79"
        
        
#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.VisualStudio.LanguageServer.Protocol@17.0.3095-gea74fe0c79
        
        
#: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.VisualStudio.LanguageServer.Protocol&version=17.0.3095-gea74fe0c79&prerelease
#tool nuget:?package=Microsoft.VisualStudio.LanguageServer.Protocol&version=17.0.3095-gea74fe0c79&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    A .NET implementation of the Language Server Protocol
| Product | Versions 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.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETStandard 2.0- Newtonsoft.Json (>= 9.0.1)
 
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.VisualStudio.LanguageServer.Protocol:
| Package | Downloads | 
|---|---|
| Microsoft.Quantum.Compiler The Q# compiler. | |
| Microsoft.Quantum.CSharpGeneration C# code generation for executing Q# programs on a quantum simulator. | |
| Microsoft.VisualStudio.LanguageServer.Protocol.Extensions Visual Studio extensions to the Language Server Protocol | |
| Microsoft.VisualStudio.RazorExtension Package Description | 
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on Microsoft.VisualStudio.LanguageServer.Protocol:
| Repository | Stars | 
|---|---|
| HJLebbink/asm-dude 
                                                            Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
                                                         | |
| microsoft/VSSDK-Extensibility-Samples 
                                                            Samples for building your own Visual Studio extensions
                                                         | |
| microsoft/DevSkim 
                                                            DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.
                                                         | |
| dotnet/dotnet 
                                                            Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
                                                         | |
| microsoft/qsharp-compiler 
                                                            Q# compiler, command line tool, and Q# language server
                                                         | |
| dotnet/razor 
                                                            Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
                                                         | |
| microsoft/VSExtensibility 
                                                            A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.
                                                         | |
| X-Sharp/XSharpPublic 
                                                            Public repository for the source code for the XSharp Compiler, Runtime, Project System  and Tools. 
                                                         | |
| microsoft/vs-editor-api 
                                                            Microsoft Visual Studio Editor API definitions
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 17.2.8 | 859,879 | 5/31/2022 | 
| 17.1.8 | 95,718 | 2/16/2022 | 
| 17.0.5133 | 2,050 | 11/18/2021 | 
| 17.0.4103-g225b54d231 | 57,344 | 8/11/2021 | 
| 17.0.3095-gea74fe0c79 | 9,797 | 8/11/2021 | 
| 17.0.2063-gd265275e54 | 144,854 | 7/19/2021 | 
| 17.0.1041-g6038eb3844 | 25,043 | 6/17/2021 | 
| 17.0.1035-gcc4b96a02e | 6,717 | 5/17/2021 | 
| 16.10.1220 | 81,922 | 5/26/2021 | 
| 16.9.1180 | 240,144 | 3/3/2021 | 
| 16.8.146 | 2,664 | 11/11/2020 | 
| 16.7.97 | 2,284 | 8/5/2020 | 
| 16.6.45 | 2,260 | 6/24/2020 | 
| 16.5.1063 | 5,056 | 3/18/2020 | 
| 16.4.30 | 6,365 | 12/20/2019 | 
| 16.3.57 | 171,070 | 9/26/2019 | 
| 16.2.1079 | 7,676 | 7/30/2019 | 
| 16.1.3121 | 21,882 | 5/28/2019 | 
| 16.0.2264 | 505,781 | 4/2/2019 | 
| 15.9.3032 | 110,842 | 11/21/2018 | 
| 15.9.1 | 15,253 | 8/14/2018 | 
| 15.8.3057 | 107,771 | 7/2/2018 | 
| 1.1.6-pre | 2,873 | 2/15/2018 | 
| 1.0.71-pre | 1,943 | 12/15/2017 | 
| 1.0.62-pre | 12,548 | 12/5/2017 | 
| 1.0.60-pre | 1,777 | 11/30/2017 | 
| 1.0.52-pre | 1,732 | 11/13/2017 | 
| 1.0.51-pre | 1,876 | 11/8/2017 |