Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit b253a77

Browse files
author
John Beisner
committed
NuGet.Config is no longer present - therefore, explicitly state where to get this script's dependencies.
1 parent 3ac5799 commit b253a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_projects/update-dependencies/update-dependencies.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>Updates the repos dependencies</Description>
66
<OutputType>Exe</OutputType>
77
<TargetFramework>netcoreapp2.1</TargetFramework>
8+
<RestoreSources>https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;https://api.nuget.org/v3/index.json</RestoreSources>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)