Don't reference analyzer in framework projects since there's no code
This commit is contained in:
parent
87c0f3e2cf
commit
59adb88839
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue