Forum member
kpbarrow
1 post
Posts by kpbarrow
-
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 …
29 Oct 2021 10:51 UTC