Don't reference analyzer in framework projects since there's no code

This commit is contained in:
John Luo 2020-04-03 17:13:30 -07:00
parent 87c0f3e2cf
commit 59adb88839
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<!-- Shared between targeting pack and runtime build. --> <!-- Shared between targeting pack and runtime build. -->
<PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName> <PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName>
<PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath> <PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath>
<DisablePubternalApiCheck>true</DisablePubternalApiCheck>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>