suppress the MEAI001 and OPENAI001 errors that appear when building the catalog sample as a standalone project. (#2191)

This commit is contained in:
SergeyMenshykh
2025-11-13 18:48:50 +00:00
committed by GitHub
Unverified
parent de2abdf573
commit 6d890e46ed
@@ -15,6 +15,7 @@
and cannot access parent folders where Directory.Packages.props resides.
-->
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
<NoWarn>$(NoWarn);MEAI001;OPENAI001</NoWarn>
</PropertyGroup>
<!--