Skip to content

Commit 290796a

Browse files
author
dahall
committed
Removed "unused variable" warning from build
1 parent 98a9ebf commit 290796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<NeutralLanguage>en-US</NeutralLanguage>
1919
<Nullable>enable</Nullable>
2020
<SignAssembly>true</SignAssembly>
21-
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026;IL2050;IL2075;IL2067;IL2070;IL2072;IL2077;IL2080;IL2087;IL2090;CS0618;CA1041;CA1069;CA1401;CA1510;CA2101;SYSLIB1054;SYSLIB1096;</NoWarn>
21+
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011;IL2026;IL2050;IL2075;IL2067;IL2070;IL2072;IL2077;IL2080;IL2087;IL2090;CS0618;CS0649;CA1041;CA1069;CA1401;CA1510;CA2101;SYSLIB1054;SYSLIB1096;</NoWarn>
2222
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(Configuration)'=='Release'">

0 commit comments

Comments
 (0)