2024-10-14 03:07:34 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-08-17 14:27:18 +08:00
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources />
|
2024-10-14 03:07:34 +08:00
|
|
|
<packageSourceCredentials />
|
2024-08-17 14:27:18 +08:00
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
|
|
|
<config>
|
|
|
|
<add key="repositoryPath" value="./Packages" />
|
|
|
|
<add key="PackagesConfigDirectoryPath" value="." />
|
|
|
|
<add key="slimRestore" value="true" />
|
2024-10-14 03:07:34 +08:00
|
|
|
<add key="ReadOnlyPackageFiles" value="false" />
|
2024-08-17 14:27:18 +08:00
|
|
|
</config>
|
|
|
|
</configuration>
|