diff --git a/Directory.Build.props b/Directory.Build.props index d0841c0543..463c07a477 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,8 +2,8 @@ - - + @@ -50,7 +50,7 @@ document.body.addEventListener('themeChanged', function (e) { const linkLight = document.querySelector('link[title="highlight-light"]'); const linkDark = document.querySelector('link[title="highlight-dark"]'); - + if (linkLight && linkDark) { linkLight.disabled = e.detail.isDark; linkDark.disabled = !e.detail.isDark; diff --git a/examples/Tools/FluentUI.Demo.DocApiGen/FluentUI.Demo.DocApiGen.csproj b/examples/Tools/FluentUI.Demo.DocApiGen/FluentUI.Demo.DocApiGen.csproj index 1699f65750..f95a6b9392 100644 --- a/examples/Tools/FluentUI.Demo.DocApiGen/FluentUI.Demo.DocApiGen.csproj +++ b/examples/Tools/FluentUI.Demo.DocApiGen/FluentUI.Demo.DocApiGen.csproj @@ -2,7 +2,7 @@ Exe - $(NetVersion) + $(NetVersion) enable enable true diff --git a/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj b/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj index 2dd66265dc..81fbacf1af 100644 --- a/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj +++ b/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj @@ -138,6 +138,25 @@ + + + + <_EsprojAssetsToFix Include="@(StaticWebAsset)" + Condition="'%(StaticWebAsset.OriginalItemSpec)' != '' AND $([System.String]::Copy('%(StaticWebAsset.OriginalItemSpec)').EndsWith('.esproj'))" /> + + + + + %(Identity) + + + + <_EsprojAssetsToFix Remove="@(_EsprojAssetsToFix)" /> + + + diff --git a/src/Tools/McpServer/.mcp/server.json b/src/Tools/McpServer/.mcp/server.json index 3ecec4291d..6e1bb03152 100644 --- a/src/Tools/McpServer/.mcp/server.json +++ b/src/Tools/McpServer/.mcp/server.json @@ -14,7 +14,7 @@ "registryType": "nuget", "registryBaseUrl": "https://api.nuget.org", "identifier": "Microsoft.FluentUI.AspNetCore.McpServer", - "version": "0.0.1", + "version": "5.0.0-RC.2", "runtimeHint": "dnx", "transport": { "type": "stdio" @@ -26,5 +26,5 @@ "source": "github" }, "title": "Fluent UI Blazor MCP Server", - "version": "0.0.1" + "version": "5.0.0-RC.2" }