build(otopcua): add <clear/> to NuGet.config packageSources for supply-chain hygiene parity

This commit is contained in:
Joseph Doherty
2026-06-01 16:03:15 -04:00
parent 60017177cb
commit c05ffc7b39
+1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="local-mxgw" value="./nuget-packages" />
<add key="dohertj2-gitea" value="https://gitea.dohertylan.com/api/packages/dohertj2/nuget/index.json" />