21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="megan" value="https://hub.megan.ir/nuget/index.json" />
|
|
<add key="baget" value="https://nuget.saherelmhub.ir/v3/index.json" protocolVersion="3" />
|
|
<!-- <add key="NugetIran" value="https://repo.nugetiran.ir/repository/nuget-group/" /> -->
|
|
<!-- <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> -->
|
|
<!-- <add key="RunFlare" value="https://mirror-nuget.runflare.com/v3/index.json" protocolVersion="3" /> -->
|
|
<!-- <add key="jfrog" value="https://jfrog.rpk.ir/artifactory/api/nuget/v3/nuget-rpk-virtual" disableTLSCertificateValidation="true" /> -->
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<!-- Credentials for other repositories (if needed) -->
|
|
<!-- <jfrog>
|
|
<add key="Username" value="admin" />
|
|
<add key="ClearTextPassword" value="Aliz@123" />
|
|
</jfrog> -->
|
|
</packageSourceCredentials>
|
|
<!-- <config>
|
|
<add key="signatureValidationMode" value="accept" />
|
|
</config> -->
|
|
</configuration> |