Skip to content

Commit c098388

Browse files
committed
Process comments
1 parent ab63433 commit c098388

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</ItemGroup>
123123

124124
<!-- Log before modification -->
125-
<Message Importance="normal" Text="Found @(_ContentWithAbsolutePaths-&gt;Count()) Content items with absolute paths to normalize" />
125+
<Message Importance="normal" Text="Found @(_ContentWithAbsolutePaths->Count()) Content items with absolute paths to normalize" />
126126

127127
<!-- Remove the items with absolute paths -->
128128
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
@@ -153,7 +153,4 @@
153153
<NoWarn>CS1591</NoWarn>
154154
</EmbeddedResource>
155155
</ItemGroup>
156-
<ItemGroup>
157-
<Folder Include="Components\Nav\" />
158-
</ItemGroup>
159156
</Project>

0 commit comments

Comments
 (0)