Add Required Stuffs to running Project on net8.0 ...
This commit is contained in:
+15
-2
@@ -1,8 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<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="RunFlare" value="https://mirror-nuget.runflare.com/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>
|
||||
Reference in New Issue
Block a user