Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 3416bfc

Browse files
committed
Fixing NuGet.config
1 parent ae56486 commit 3416bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NuGet.Config

Lines changed: 1 addition & 0 deletions
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="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
45
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)