Fix SiteExtension build and warning (#21131)
This commit is contained in:
parent
f3e4eba597
commit
1cd85c3ff9
|
|
@ -22,7 +22,4 @@
|
|||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- No code in this project to compile. -->
|
||||
<Target Name="Compile" />
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
<IncludeSymbols>false</IncludeSymbols>
|
||||
<NoSemVer20>true</NoSemVer20>
|
||||
<IsShippingPackage>false</IsShippingPackage>
|
||||
|
||||
<!-- No source files -->
|
||||
<NoWarn>$(NoWarn);CS2008</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue