Skip to content

Commit b9a112a

Browse files
committed
Explicitly state protocol v3
1 parent fcc1454 commit b9a112a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nuget.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<add key="repositorypath" value="packages" />
55
</config>
66
<packageSources>
7-
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
8-
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" />
7+
<clear />
8+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9+
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
910
<add key="PInvoke CI" value="https://ci.appveyor.com/nuget/pinvoke" />
1011
<add key="AppVeyor CI" value="https://ci.appveyor.com/nuget/nerdbank-gitversioning" />
1112
</packageSources>

0 commit comments

Comments
 (0)