mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Adding NuGet config file to keep packages in the packages folder and thus be able to build the solution with the current NuGet version
This commit is contained in:
6
src/NuGet.config
Normal file
6
src/NuGet.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="repositoryPath" value="./packages" />
|
||||
</config>
|
||||
</configuration>
|
Reference in New Issue
Block a user