netcore cause:error NU1100: Unable to resolve 'Swashbuckle.AspNetCore (>= 6.4.0)' for 'net8.0'.

What does the dotnet nuget list source command returns? If it's empty, it might be an issue with your NuGet sources.

You can try dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org to fix if it's empty.

posted @ 2024-01-20 11:00  榕树下的回忆  阅读(54)  评论(0编辑  收藏  举报