Skip to content

Commit 5cdaa07

Browse files
committed
Suppressed non-strongly-named library references warning
1 parent 30fc218 commit 5cdaa07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KeepCoding.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@
3333
<DocumentationFile>C:\Users\Emik\source\repos\KeepCodingAndNobodyExplodes\KeepCodingAndNobodyExplodes.xml</DocumentationFile>
3434
<Optimize>false</Optimize>
3535
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
36+
<NoWarn>1701;1702;8002</NoWarn>
3637
</PropertyGroup>
3738

3839
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
3940
<DocumentationFile>C:\Users\Emik\source\repos\KeepCoding\Documentation\KeepCoding.xml</DocumentationFile>
4041
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
42+
<NoWarn>1701;1702;8002</NoWarn>
4143
</PropertyGroup>
4244

4345
<ItemGroup>

0 commit comments

Comments
 (0)