Forum member

kpbarrow

1 post

Posts by kpbarrow

  1. The target "_SplitProjectReferencesByFileExistence" does not exist in the project.

    I have been getting this error message for a while. I had installed the dotnet6 RC but added local global.json files to the project so they continue to build with dotnet 5 to keep local consistent with the build servers: [code=jscript] { "sdk": { "version": "5.0.302" } }[/code] I removed …