NuGet 警告 NU1302
[NU1302] You are running the 'restore' operation with an 'HTTP' source: http://192.168.3.60:8081/repository/nuget-group/index.json. NuGet requires HTTPS sources. To use an HTTP source, you must explicitly set 'allowInsecureConnections' to true in your NuGet
在对应的源中加入 allowInsecureConnections="true"
<add key="Defang Local Package source" value="http://192.168.3.60:8081/repository/nuget-group/index.json" allowInsecureConnections="true"/>