Skip to content

Commit 98985af

Browse files
Remove Warnings
1 parent 4153908 commit 98985af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
2121
<Win32Resource>MiddleClickScrolling-CursorType.res</Win32Resource>
2222
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
23-
<NoWarn>$(NoWarn);2008</NoWarn>
23+
<NoWarn>$(NoWarn);2008;CS0108;CS0618;</NoWarn>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2626
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)