Skip to content

Commit

Permalink
Remove dotnet8 feed comment (#939)
Browse files Browse the repository at this point in the history
* Remove dotnet8 feed

This is no longer needed.

* add back feed
  • Loading branch information
eerhardt authored Nov 17, 2023
1 parent 4ad5971 commit f4a75f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<!-- Required as https://github.com/dotnet/runtime/pull/89509 did not get backported to .NET 8 Preview 7 -->
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
</packageSources>
Expand Down

0 comments on commit f4a75f3

Please sign in to comment.