Merge pull request #8212 from johnbeisner/FixUpdateDependenciesScript

Fixing "update-dependencies" script
This commit is contained in:
John Beisner 2017-12-11 16:40:49 -08:00 committed by GitHub
commit 1772b81170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@
<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>