Skip to content

Commit 03ff845

Browse files
committed
Remove NoWarn for Uno0001 in project file
This commit removes the `<PropertyGroup>` that suppressed the `Uno0001` warning in the WinUI.Dock.csproj file. The package references for `Microsoft.WindowsAppSDK`, `Uno.Fonts.Fluent`, and `Uno.WinUI` remain unchanged.
1 parent c08485e commit 03ff845

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/WinUI.Dock/WinUI.Dock.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
</ItemGroup>
5151
</When>
5252
<Otherwise>
53-
<PropertyGroup>
54-
<NoWarn>Uno0001</NoWarn>
55-
</PropertyGroup>
56-
5753
<ItemGroup>
5854
<PackageReference Include="Uno.Fonts.Fluent" />
5955
<PackageReference Include="Uno.WinUI" />

0 commit comments

Comments
 (0)