Skip to content

Commit 14838e5

Browse files
committed
Suppress NuGet warnings
1 parent fcbe583 commit 14838e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Pi/IotSample/IotSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<RuntimeIdentifiers>win-arm;linux-arm</RuntimeIdentifiers>
7+
<NoWarn>NU1701</NoWarn>
78
</PropertyGroup>
89

910
<ItemGroup>

Pi/Raspberry.IO.Components/Raspberry.IO.Components.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<NoWarn>NU1701</NoWarn>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)