Browse Source

Add LICENSE.txt to NuGet packages. (#1188)

pull/1192/head
Phillip Hoff 4 years ago
committed by GitHub
parent
commit
57724f6cb0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Directory.Build.props

4
Directory.Build.props

@ -12,6 +12,10 @@
<StrongNameKeyId>Microsoft</StrongNameKeyId>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt" Pack="true" PackagePath="" />
</ItemGroup>
<PropertyGroup>
<!-- Lots of our dependencies are not strong-named -->
<NoWarn>$(NoWarn);8002</NoWarn>

Loading…
Cancel
Save