Add NuGet.config so can access staging packages
This commit is contained in:
parent
48649c4160
commit
97fa445287
10
NuGet.config
Normal file
10
NuGet.config
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://nuget.org/api/v2/" />
|
||||
<add key="staging.nuget.org" value="https://staging.nuget.org/api/v2/" />
|
||||
</packageSources>
|
||||
<activePackageSource>
|
||||
<add key="All" value="(Aggregate source)" />
|
||||
</activePackageSource>
|
||||
</configuration>
|
Loading…
Reference in New Issue
Block a user