Skip to content

Commit dc6e44c

Browse files
author
Andrew Omondi
committed
chore: move around supression
1 parent 1d94465 commit dc6e44c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3636
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3737
<Deterministic>true</Deterministic>
38+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
3839
<EnableNETAnalyzers>True</EnableNETAnalyzers>
3940
<PackageReadmeFile>README.md</PackageReadmeFile>
4041
<NoWarn>NU5048;NETSDK1202</NoWarn>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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>
1413
</PropertyGroup>
1514
<ItemGroup>
1615
<ProjectReference Include="..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />

0 commit comments

Comments
 (0)