Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
<add key="dotnet9-transport" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
<!-- TEMPORARY: nuget.org for Sigstore/Tuf packages until synced to internal feed -->
<add key="nuget-org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="dotnet9-transport">
Expand All @@ -45,13 +43,6 @@
<packageSource key="dotnet-eng">
<package pattern="*" />
</packageSource>
<!-- TEMPORARY: Sigstore/Tuf packages from nuget.org until synced to internal feed -->
<packageSource key="nuget-org">
<package pattern="Sigstore" />
<package pattern="Tuf" />
<package pattern="NSec.Cryptography" />
<package pattern="libsodium" />
</packageSource>
</packageSourceMapping>
<disabledPackageSources>
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
Expand Down
Loading