Phillip Hoff
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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> |
|
|
|
|