Skip to content

Commit 1d94465

Browse files
author
Andrew Omondi
committed
attempt to suppress warnings
1 parent 7c01730 commit 1d94465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Microsoft.Graph.DotnetCore.Core.Trimming/Microsoft.Graph.DotnetCore.Core.Trimming.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PublishTrimmed>true</PublishTrimmed>
1111
<PublishAot>true</PublishAot>
1212
<NoWarn>IL3000</NoWarn> <!-- Ignore IL3000 warning as it references a code outside our control -->
13+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1314
</PropertyGroup>
1415
<ItemGroup>
1516
<ProjectReference Include="..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />

0 commit comments

Comments
 (0)