Gamma 6.4 Export fails

A fresh patch with just a skia renderer

Cleaning build directory (C:\Users\user\Documents\vvvv\gamma\Exports\src)
Generating project files (this may take up to a few minutes)
callmenames-2024-06-07
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo "C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj"
Unable to build C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj. Reason:
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202: Das Paket System.Security.Principal.Windows 4.3.0 ist nicht mit net8.0-windows7.0 (.NETCoreApp,Version=v8.0)/win-x64 kompatibel. Das Paket System.Security.Principal.Windows 4.3.0 unterstützt keine Zielframeworks.
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202: Das Paket System.Security.Claims 4.3.0 ist nicht mit net8.0-windows7.0 (.NETCoreApp,Version=v8.0)/win-x64 kompatibel. Paket System.Security.Claims 4.3.0 unterstützt Folgendes:
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - monoandroid10 (MonoAndroid,Version=v1.0)
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - monotouch10 (MonoTouch,Version=v1.0)
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - xamarinios10 (Xamarin.iOS,Version=v1.0)
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - xamarinmac20 (Xamarin.Mac,Version=v2.0)
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - xamarintvos10 (Xamarin.TVOS,Version=v1.0)
C:\Users\user\Documents\vvvv\gamma\Exports\src\callmenames-2024-06-07\callmenames-2024-06-07.csproj : error NU1202:   - xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)

----
There was a problem exporting your Application.
Please report the problem by clicking "Copy To Clipboard" to copy the above details to your clipboard and pasting it to us via forum or chat.

deleted the shared nuget folder under C:\Users\user.nuget\packages
now it works

Thanks for that report and update. We’ve added this case with an explanation to the Troubleshooting section and also a button “Troubleshooting” to the Exporter, leading to that page.

in the troubleshooting you are referring to gamma´s own nuget folder.
what i meant was the other one, the “windows” or i call it “shared” nuget folder living under C:\Users\user\.nuget

that is odd, because that folder is really just a local cache for nuget.org. if clearing that one really solved your issue, i’m afraid we don’t understand why. the issue as we documented it, is something we anticipate to happen be solved as described.

¯_(ツ)_/¯