Support - Can't upgrade past 2.0.1 because of build errors #116
-
Hello, I am running Umbraco 9, I know that plumber still only officially supports Umbraco 8, but if you have any insights they would be appreciated. I am having the same problem as the user in issue #108, where you responded that it is fixed in 2.0.2. I am attempting to update to 2.0.2 (I have also tried 2.1.0), however I am getting the following build errors: I've gathered that this probably has to do with me running Umbraco 9. Is there anything that can be done about this, or are we out of luck? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @SquaredSee, Plumber2 will absolutely run on Umbraco9, it's all fully cross-platform, multi-targeted NetCore friendly. Issue looks like this one - dotnet/msbuild#616 - so I think I'll need to update the targets plus add backwards compat for older msbuild (ie CodeTaskFactory rather than RoslynCodeTaskFactory). |
Beta Was this translation helpful? Give feedback.
-
v2.1.1 is available now, fixes this issue 👍 |
Beta Was this translation helpful? Give feedback.
Hey @SquaredSee, Plumber2 will absolutely run on Umbraco9, it's all fully cross-platform, multi-targeted NetCore friendly.
Issue looks like this one - dotnet/msbuild#616 - so I think I'll need to update the targets plus add backwards compat for older msbuild (ie CodeTaskFactory rather than RoslynCodeTaskFactory).