Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 3d2bf56

Browse files
authoredJun 15, 2022
Suppress NuGet pack warning (#37)
1 parent 07785f5 commit 3d2bf56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎source/Calamari/Calamari.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;linux-arm;linux-arm64</RuntimeIdentifiers>
1010
<LangVersion>8.0</LangVersion>
11+
<NoWarn>NU5104</NoWarn>
1112
</PropertyGroup>
1213
<PropertyGroup Condition="!$([MSBuild]::IsOSUnixLike())">
1314
<TargetFrameworks>net461;net5.0</TargetFrameworks>

0 commit comments

Comments
 (0)
This repository has been archived.