Vianney P.
Vianney P.
Well it seems, I can by pass the problem removing the generic parameter: ``` let querySingleAsync = querySingleOptionAsync connectionF member __.CreateTables () = querySingleAsync { script """ ... """ }...
To circumvent this error, you may try to look at project.assets.json to help identify if some dependency is bringing in old Windows base version and then update this dependency accordingly....
I actually fixed this with ``` true ```
> @dedale Thanks for the suggestion, but I do not use that file, and my project is WinForms and not WPF. > > This issue still happens as of today....
@EatonZ see https://github.com/dotnet/sdk/issues/10378#issuecomment-511596653 and also https://stackoverflow.com/a/69397047/305023
@unseensenpai @sefinek In obj/project.assets.json, what is bringing in each dependency?
@sefinek well sorry, it seems `project.assets.json` files are not helpful in your case to identify the source of the conflict 😒