RepoFullDownloader/RepoFullDownloader-Core/App.config

10 lines
233 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<settings>
<servicePointManager
checkCertificateName="false"
checkCertificateRevocationList="false"/>
</settings>
</system.net>
</configuration>