Skip to content

Commit

Permalink
fix warning NETSDK1212
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 14, 2024
1 parent a2c9a28 commit 5a444d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SPDX-License-Identifier: MIT
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<EnableTrimAnalyzer Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</EnableTrimAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5a444d5

Please sign in to comment.