Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
The "pack" command under 'buildCrossTargeting' for 'Microsoft.DotNet.…
Browse files Browse the repository at this point in the history
…MSBuildSdkResolver' now throws a "NU5104" warning/error because the SDK stage0 was changed to "2.1.300" [change was intended].
  • Loading branch information
jbeisner committed Jun 14, 2018
1 parent 769f819 commit 4050c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BuildDefaults.props
Expand Up @@ -28,7 +28,7 @@

<!-- 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. -->
<NoWarn>NU1701</NoWarn>
<NoWarn>NU1701;NU5104</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down

0 comments on commit 4050c63

Please sign in to comment.