mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10396] Fix NU1507 to allow only nuget.org via nuget.config #12471
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10396
State: closed
Merged: Yes
dotnet buildfails with the following error if more than one nuget source is defined:Changes
Added a nuget.config file which removes all sources other than nuget.org for this repo.
Doc: https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping
More infos: https://github.com/dotnet/sdk/issues/25379
Issues