Change nuget lib path

rendering
Liza 2023-10-03 11:10:43 +02:00
parent 1ee86d378f
commit 5a5d7fecfd
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="My local package source" value="Libs"/> <add key="vendor" value="vendor"/>
</packageSources> </packageSources>
</configuration> </configuration>