Create Local Nuget
This commit is contained in:
parent
696158848f
commit
c73793ed1b
3 changed files with 11 additions and 4 deletions
7
NuGet.Config
Normal file
7
NuGet.Config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<add key="local" value="./LocalNuget" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue