build(dcl): add Gitea feed + ZB.MOM.WW.MxGateway.Client package reference

Central package management requires package-source mapping with >1 feed
(NU1507 as error), so nuget.config scopes ZB.MOM.WW.MxGateway.* to the Gitea
feed and everything else to nuget.org. Credentials are not committed.
This commit is contained in:
Joseph Doherty
2026-05-29 07:43:17 -04:00
parent 2044023bdd
commit d695ab2492
3 changed files with 30 additions and 0 deletions
@@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Options" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" />
<PackageReference Include="ZB.MOM.WW.MxGateway.Client" />
</ItemGroup>
<ItemGroup>