From 156759c38d7ba412aa6a5a7d3dcd5e315e079c77 Mon Sep 17 00:00:00 2001 From: Matt Mitchell <mmitche@microsoft.com> Date: Tue, 16 Nov 2021 18:16:39 +0000 Subject: [PATCH] Add missing efcore feed. --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index 45a2b67f7ae..235a74c41fb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,6 +7,7 @@ <add key="darc-int-dotnet-runtime-7280473" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-72804738/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-runtime --> <!-- Begin: Package sources from dotnet-efcore --> + <add key="darc-pub-dotnet-efcore-6fc3e170" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-6fc3e170/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-efcore --> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> -- GitLab