Suppress NU5129 warning for runtime repo (#17029)
This commit is contained in:
parent
39378f8cb9
commit
18ea05c055
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
<PropertyGroup>
|
||||
<LogVerbosityOptOut>true</LogVerbosityOptOut>
|
||||
|
||||
<!-- NU5129: https://github.com/dotnet/runtime/issues/89208 -->
|
||||
<RepoNoWarns>NU5129</RepoNoWarns>
|
||||
|
||||
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
|
||||
|
||||
<OverrideTargetRid>$(TargetRid)</OverrideTargetRid>
|
||||
|
|
Loading…
Add table
Reference in a new issue