We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4d46f commit 5ae8f42Copy full SHA for 5ae8f42
src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj
@@ -104,6 +104,10 @@
104
<ItemGroup>
105
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
106
<PackageReference Include="Microsoft.Extensions.Hosting" />
107
+ <PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core">
108
+ <PrivateAssets>all</PrivateAssets>
109
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
110
+ </PackageReference>
111
</ItemGroup>
112
113
<!-- Reference to the FluentUI Components for API extraction (still needed for type information) -->
0 commit comments