Skip to content

Commit

Permalink
Merged PR 44051: [internal/release/8.0] Updated NuGet.config - add fe…
Browse files Browse the repository at this point in the history
…ed for efcore 3b21bdbc

[internal/release/8.0] Updated NuGet.config - add feed for efcore 3b21bdbc

----
#### AI description  (iteration 1)
#### PR Classification
Configuration update to add a new package feed.

#### PR Summary
This pull request updates the `NuGet.config` file to include a new package feed for efcore.
- `NuGet.config`: Added a new package source for `darc-int-dotnet-efcore-3b21bdbc`.
  • Loading branch information
vseanreesermsft committed Oct 21, 2024
2 parents bb08e05 + 53c99d3 commit 8e8eded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- Begin: Package sources from dotnet-extensions -->
<!-- End: Package sources from dotnet-extensions -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-3b21bdbc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-3b21bdbc/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-9cb3b72" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9cb3b725/nuget/v3/index.json" />
Expand Down Expand Up @@ -36,6 +37,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-3b21bdbc" value="true" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-05e0f2d" value="true" />
Expand Down

0 comments on commit 8e8eded

Please sign in to comment.