Skip to content

Commit 5ae8f42

Browse files
committed
[dev-v5] Fix MCP Package Sign Issue
1 parent 0e4d46f commit 5ae8f42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tools/McpServer/Microsoft.FluentUI.AspNetCore.McpServer.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
<ItemGroup>
105105
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
106106
<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>
107111
</ItemGroup>
108112

109113
<!-- Reference to the FluentUI Components for API extraction (still needed for type information) -->

0 commit comments

Comments
 (0)