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:
Lombiq
2020-04-07 22:06:10 +02:00
committed by Zoltán Lehóczky
parent 55f0115459
commit dbc1e61069
2 changed files with 10 additions and 3 deletions

6
src/NuGet.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="./packages" />
</config>
</configuration>