Skip to content

Commit

Permalink
No NU5105 warning (version using SemVer V2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jan 23, 2019
1 parent 317355f commit a020a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PackageLibrary.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<PropertyGroup>
<NoWarn Condition=" '$(Configuration)' != 'Release' ">$(NoWarn);1591</NoWarn>
<NoWarn>$(NoWarn);NU5105</NoWarn>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<DebugType Condition=" '$(Configuration)' == 'Release' ">portable</DebugType> <!-- Required for EmbedSources -->
<DebugType Condition=" '$(Configuration)' == 'Debug' ">full</DebugType> <!-- Required for EmbedSources -->
Expand Down

0 comments on commit a020a6d

Please sign in to comment.