Change to local packages directory

This commit is contained in:
2021-12-20 12:39:47 -05:00
parent 37ba989310
commit e3b7b75f74
2 changed files with 7 additions and 0 deletions

6
NuGet.config Normal file
View File

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

View File

@@ -191,6 +191,7 @@
<None Include="app.config" />
<None Include="appveyor.yml" />
<None Include="LICENSE.md" />
<None Include="NuGet.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>