We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab63433 commit c098388Copy full SHA for c098388
src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj
@@ -122,7 +122,7 @@
122
</ItemGroup>
123
124
<!-- Log before modification -->
125
- <Message Importance="normal" Text="Found @(_ContentWithAbsolutePaths->Count()) Content items with absolute paths to normalize" />
+ <Message Importance="normal" Text="Found @(_ContentWithAbsolutePaths->Count()) Content items with absolute paths to normalize" />
126
127
<!-- Remove the items with absolute paths -->
128
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
@@ -153,7 +153,4 @@
153
<NoWarn>CS1591</NoWarn>
154
</EmbeddedResource>
155
156
- <ItemGroup>
157
- <Folder Include="Components\Nav\" />
158
- </ItemGroup>
159
</Project>
0 commit comments