We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd174 commit 459a993Copy full SHA for 459a993
NuGet.Config
@@ -14,15 +14,13 @@
14
<packageSourceCredentials>
15
<!-- Add credentials here if needed for private feeds -->
16
</packageSourceCredentials>
17
+
18
+ <config>
19
+ <add key="signatureValidationMode" value="accept" />
20
+ </config>
21
22
<!-- Disable default sources if needed -->
23
<disabledPackageSources>
24
+ <add key="orchardcore-nightly" value="true" />
25
</disabledPackageSources>
-
- <!-- Trust settings for feeds -->
- <trustedSigners>
- <author name="Microsoft">
- <certificate fingerprint="0E5F38F57606B652F25B13BF63D56AC13127D08C" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
26
- </author>
27
- </trustedSigners>
28
</configuration>
0 commit comments