Adding the ASP.NET feed where the ASP.NET templates are being published to.

This commit is contained in:
Livar Cunha 2017-11-14 18:50:58 -08:00
parent 005eab5b3f
commit 789eb0f416

View file

@ -19,5 +19,6 @@
<add key="build_tools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
<add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
<add key="AspNetMaster" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
</packageSources>
</configuration>