Hi!
On Fedora there is no build time network access according to Fedora Packaging Guidelines :: Fedora Docs.
So how should one resolve dotnet nuget packages in a c# project? I do this for other platforms in the build script by running dotnet restore, but that downloads the nuget packages. How should this be done on Fedora?
My spec file: bookmark-dlp/bookmark-dlp.spec at unstable · Neurofibromin/bookmark-dlp · GitHub
Thanks for any advice!