forked from amkovkov/GranuSightSoftware2
feat: tools for offline development and running
This commit is contained in:
+19
-5
@@ -1,8 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocol="3" />
|
||||
<add key="local" value="./nuget_packages/" />
|
||||
</packageSources>
|
||||
|
||||
<config>
|
||||
<!-- <add key="http_proxy" value="http://127.0.0.1:1080" /> -->
|
||||
<!-- <add key="https_proxy" value="http://127.0.0.1:1080" /> -->
|
||||
<!-- <add key="no_proxy" value="localhost" /> -->
|
||||
<add key="globalPackagesFolder" value="./nuget_packages_cache" />
|
||||
<add key="pluginsCacheDirectory" value="./nuget_plugins_cache" />
|
||||
<add key="allowInsecureConnections" value="false" />
|
||||
</config>
|
||||
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="local" value="./nuget_packages/" />
|
||||
</packageSources>
|
||||
|
||||
<disabledPackageSources>
|
||||
<add key="nuget.org" value="true" />
|
||||
</disabledPackageSources>
|
||||
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user