NuGet.Config is no longer present - therefore, explicitly state where to get this script's dependencies.

This commit is contained in:
John Beisner 2017-12-11 13:04:41 -08:00
parent 3ac579997c
commit b253a772f0

View file

@ -5,6 +5,7 @@
<Description>Updates the repos dependencies</Description>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RestoreSources>https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>