I build a C# .net7 sdk program, which is a small desktop application for messaging. I am running this application on Rider using linux. I can't resolve the issue
** Microsoft.NET.Sdk.WindowsDesktop.targets(74, 3): [MSB4019] The imported project "/usr/lib/dotnet/sdk/7.0.110/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.WinFX.targets" was not found. Confirm that the expression in the Import declaration "Microsoft.WinFX.targets" is correct, and that the file exists on disk.**
I tried downloading windows desktop related files from git but couldn't find the solution for linux.