Hi!
   I'm the current Pinta maintainer for Fedora.
https://www.pinta-project.com
https://github.com/PintaProject/Pinta/

Recently Pinta 2.0 was released and now it runs under GTK3 and .NET6 (previously it run under mono and gtk-sharp2).

I'm trying to package it but I really need some guidance because it's a new environment for me and I haven't found any resource for packaging .NET6 applications in the Fedora Wiki.

I've uploaded the current package I'm working on on copr:
https://copr.fedorainfracloud.org/coprs/musuruan/pinta/

The first problem I have is that network access is required. Otherwise I'll get the following error:

  Determining projects to restore...
/usr/lib64/dotnet/sdk/6.0.100/NuGet.targets(130,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/builddir/build/BUILD/pinta-2.0/Pinta.sln]
/usr/lib64/dotnet/sdk/6.0.100/NuGet.targets(130,5): error :   Resource temporarily unavailable (api.nuget.org:443) [/builddir/build/BUILD/pinta-2.0/Pinta.sln]
/usr/lib64/dotnet/sdk/6.0.100/NuGet.targets(130,5): error :   Resource temporarily unavailable [/builddir/build/BUILD/pinta-2.0/Pinta.sln]

Build FAILED.

AFAIK the Fedora builders don't have internet access.

But even if I enable it, I will later get this error:
MSBUILD : error MSB1009: Project file does not exist.

Any help is really appreciated.

Thanks,

Andrea