Skip to content

Commit

Permalink
Fixing build errors when migrating to Beta8.
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaher committed Nov 3, 2015
1 parent 29bd306 commit a0df88a
Show file tree
Hide file tree
Showing 19 changed files with 105 additions and 1,184 deletions.
7 changes: 4 additions & 3 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget" value="https://www.nuget.org/api/v2/" />
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetVNext" value="https://www.myget.org/f/aspnetmaster/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>

This file was deleted.

Loading

0 comments on commit a0df88a

Please sign in to comment.