Suppress NU5129 warning for runtime repo (#17029)

This commit is contained in:
Matt Thalman 2023-07-21 08:51:40 -05:00 committed by GitHub
parent 39378f8cb9
commit 18ea05c055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>