Skip to content

Commit 9d17d74

Browse files
committed
Updated nuget.config to include prereleases feed.
1 parent cb554b8 commit 9d17d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
4+
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
5+
<add key="MyGetUmbracoPrereleases" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)