Skip to content

Commit

Permalink
Suppress the warning NU1902 about outdated packages
Browse files Browse the repository at this point in the history
- because controlling those package versions should be responsibility by app developers.
  • Loading branch information
jsakamoto committed Apr 13, 2024
1 parent 1422700 commit a17c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HotKeys2/Toolbelt.Blazor.HotKeys2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PrepareForBuildDependsOn>$(PrepareForBuildDependsOn);UpdateILLinkSubstitutionsXml</PrepareForBuildDependsOn>
<TransformOnBuild>true</TransformOnBuild>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<NoWarn>$(NoWarn);1591;NU1902</NoWarn>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>
Expand Down

0 comments on commit a17c07d

Please sign in to comment.