Skip to content

Commit

Permalink
Update NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards authored Nov 14, 2023
1 parent 33b7cab commit 851ce81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
<configuration>
<packageSources>
<clear />
<add key="dotnet8-final" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/8.0.100-rtm.23551.15-shipping/nuget/v3/index.json" />
<add key="dotnet-tools-internal" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSourceMapping>
<clear />
<packageSource key="dotnet8-final">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-tools-internal">
<package pattern="Aspire.*" />
<package pattern="Microsoft.Extensions.ServiceDiscovery*" />
<package pattern="Microsoft.NET.Sdk.Aspire*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit 851ce81

Please sign in to comment.