Skip to content

Commit aede42b

Browse files
author
MPCoreDeveloper
committed
FIX: NuGet.Config - Add missing allowUntrustedRoot attribute to certificate element
1 parent 3e6786f commit aede42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Trust settings for feeds -->
2323
<trustedSigners>
2424
<author name="Microsoft">
25-
<certificate fingerprint="0E5F38F57606B652F25B13BF63D56AC13127D08C" hashAlgorithm="SHA256" />
25+
<certificate fingerprint="0E5F38F57606B652F25B13BF63D56AC13127D08C" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
2626
</author>
2727
</trustedSigners>
2828
</configuration>

0 commit comments

Comments
 (0)