Skip to content

Commit 079572d

Browse files
author
Andrew Omondi
committed
fix trimming warning
1 parent d40e22a commit 079572d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
@@ -9,6 +9,7 @@
99
<TrimmerSingleWarn>false</TrimmerSingleWarn>
1010
<PublishTrimmed>true</PublishTrimmed>
1111
<PublishAot>true</PublishAot>
12+
<NoWarn>IL3000</NoWarn> <!-- Ignore IL3000 warning as it references a code outside our control -->
1213
</PropertyGroup>
1314
<ItemGroup>
1415
<ProjectReference Include="..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />

0 commit comments

Comments
 (0)