Skip to content

Commit

Permalink
Update Nuget feeds to consume appropriate packages (#448)
Browse files Browse the repository at this point in the history
* updating nuget config to look for microsoft.aspnetcore.buffering preview build
  • Loading branch information
mhoeger authored and paulbatum committed Apr 28, 2018
1 parent 20363a4 commit c5eba37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nuget/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<add key="fuse_labs" value="https://www.myget.org/F/fusemandistfeed/api/v2" />
<add key="buildTools" value="https://www.myget.org/F/30de4ee06dd54956a82013fa17a3accb/" />
<add key="xunit_myget" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="AspNetVNext" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit c5eba37

Please sign in to comment.