Skip to content

Commit 489d016

Browse files
Create a NuGet package for Microsoft.VisualStudio.LanguageServices.Xaml (#78206)
This is to replace the current consumption in the VS repo that is consuming this project out of VS.ExternalAPIs.Roslyn.
2 parents 8205001 + a9113d5 commit 489d016

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

eng/config/PublishData.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"Microsoft.VisualStudio.LanguageServices.LiveShare": "vs-impl",
9696
"Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient": "vs-impl",
9797
"Microsoft.VisualStudio.LanguageServices.ExternalAccess.Copilot": "vs-impl",
98+
"Microsoft.VisualStudio.LanguageServices.Xaml": "vs-impl",
9899
"Microsoft.CommonLanguageServerProtocol.Framework": "vs-impl",
99100
"Microsoft.CommonLanguageServerProtocol.Framework.Binary": "vs-impl",
100101
"Microsoft.CodeAnalysis.Analyzers": "arcade",

src/VisualStudio/Xaml/Impl/Microsoft.VisualStudio.LanguageServices.Xaml.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<TargetFramework>net472</TargetFramework>
99
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
1010
<IsSymbolPublishingPackage>true</IsSymbolPublishingPackage>
11+
12+
<IsPackable>true</IsPackable>
13+
<PackageDescription>
14+
.NET Compiler Platform ("Roslyn") support for building the XAML Language Service.
15+
</PackageDescription>
1116
</PropertyGroup>
1217
<ItemGroup Label="Project References">
1318
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" />

0 commit comments

Comments
 (0)