Skip to content

Commit 1ab788c

Browse files
committed
fix exclude
1 parent 68a463f commit 1ab788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maui.ContentButton/Maui.ContentButton.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646

4747
<ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
48-
<Compile Remove="**\**\*.standard.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
48+
<Compile Remove="**\**\*.standard.cs" />
4949
<None Include="**\**\*.standard.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
5050
</ItemGroup>
5151
</Project>

0 commit comments

Comments
 (0)