Export error nu1109

Cleaning build directory (C:\Users\DELEGATEZERO\Documents\vvvv\gamma\Exports\src)
Generating project files (this may take up to a few minutes)
HowTo_Exporting_Data_to_a_Spreadsheet.vl
VL.Excel.vl
aduthapanikal
Building projects
dotnet publish -c Release --self-contained false /clp:ErrorsOnly /nologo “C:\Users\DELEGATEZERO\Documents\vvvv\gamma\Exports\src\aduthapanikal\aduthapanikal.csproj”
Unable to build C:\Users\DELEGATEZERO\Documents\vvvv\gamma\Exports\src\aduthapanikal\aduthapanikal.csproj. Reason:
C:\Users\DELEGATEZERO\Documents\vvvv\gamma\Exports\src\aduthapanikal\aduthapanikal.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging from 8.0.1 to centrally defined 8.0.0. Update the centrally managed package version to a higher version.
C:\Users\DELEGATEZERO\Documents\vvvv\gamma\Exports\src\aduthapanikal\aduthapanikal.csproj : error NU1109: aduthapanikal → PDFsharp 6.2.0-preview-2 → Microsoft.Extensions.Logging (>= 8.0.1)

still cant figure out how to udate the centrally managed version to a higher version, iam stuck

been trying solutions and using chatgpt, cant figure out, please help if anyone knows a way to work around this

You prolly need to clone VL.Excel repo, add it as source package, fix dependency issue there… The regular workaround is to manually downgrade offending package… If you elaborate a little on what you try and what is the result, it would be easier to help.

You could try to downgrade the used version of PDFSharp to 6.2.0-preview-1 by deleting the existing one from your nuget folder and installing that specific version. That particular version requires the same version as vvvv does for Microsoft.Extensions.Logging.

I can tell you that we are aware of those package dependency issues and are actively working on it. But because it might bring some bigger changes we’ll do this after we released 7.0.