Replace aspnetcore-ci-dev feed with aspnetcore-dev

This commit is contained in:
Pranav K
2017-11-21 15:48:06 -08:00
parent cd3e3c667c
commit 50ba6114ee
4 changed files with 20 additions and 20 deletions

View File

@@ -2,6 +2,6 @@
<PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json</LineupPackageRestoreSource>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
</PropertyGroup>
</Project>