Fix SiteExtension build and warning (#21131)

This commit is contained in:
Brennan 2020-04-22 20:14:20 -07:00 committed by GitHub
parent f3e4eba597
commit 1cd85c3ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,4 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<!-- No code in this project to compile. -->
<Target Name="Compile" />
</Project>

View File

@ -16,6 +16,9 @@
<IncludeSymbols>false</IncludeSymbols>
<NoSemVer20>true</NoSemVer20>
<IsShippingPackage>false</IsShippingPackage>
<!-- No source files -->
<NoWarn>$(NoWarn);CS2008</NoWarn>
</PropertyGroup>
<ItemGroup>