spelling: implicit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
402c6e5ee9
commit
0996744cc0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<!--<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>-->
|
||||
|
||||
<!-- NU1701: Disable asset target fallback warning globally since it does not work transitively on NoWarn of individual packages -->
|
||||
<!-- Since we disabled the implict fallback to net461, this will only kick in when we have an explicit fallback and we don't need to be warned about it doing what we asked it to do. -->
|
||||
<!-- Since we disabled the implicit fallback to net461, this will only kick in when we have an explicit fallback and we don't need to be warned about it doing what we asked it to do. -->
|
||||
<!-- NU5104: Disable 'A stable release of a package should not have a prerelease dependency' warning globally -->
|
||||
<!-- The "pack" command under 'buildCrossTargeting' for 'Microsoft.DotNet.MSBuildSdkResolver' throws a "NU5104" warning/error while using a "2.1.300" stage0 SDK. For: Linux-x64, Linux-arm, and Linux-arm64 -->
|
||||
<!--<NoWarn>NU1701;NU5104</NoWarn>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue