build: add ZB.MOM.WW.Auth/Audit feed mapping + version pins

Maps ZB.MOM.WW.Auth, ZB.MOM.WW.Auth.*, ZB.MOM.WW.Audit to the gitea feed
and pins Auth.Abstractions/Ldap/AspNetCore + Audit at 0.1.0. No project
references yet (added during Phase 1/2 adoption). OtOpcUa omits Auth.ApiKeys
(OPC UA transport security).
This commit is contained in:
Joseph Doherty
2026-06-02 00:16:39 -04:00
parent 2844180865
commit d2d7730830
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -104,5 +104,9 @@
<PackageVersion Include="ZB.MOM.WW.MxGateway.Client" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.MxGateway.Contracts" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Configuration" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.Abstractions" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.Ldap" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.0" />
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
</ItemGroup>
</Project>
+3
View File
@@ -19,6 +19,9 @@
<package pattern="ZB.MOM.WW.Telemetry" />
<package pattern="ZB.MOM.WW.Telemetry.*" />
<package pattern="ZB.MOM.WW.Configuration" />
<package pattern="ZB.MOM.WW.Auth" />
<package pattern="ZB.MOM.WW.Auth.*" />
<package pattern="ZB.MOM.WW.Audit" />
</packageSource>
</packageSourceMapping>
</configuration>