NuGet.Config is no longer present - therefore, explicitly state where to get this script's dependencies.
This commit is contained in:
parent
3ac579997c
commit
b253a772f0
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue