#TheStarterKit for V13?
1 messages Β· Page 1 of 1 (latest)
Have you tried installing the v12 version? Is it broken?
Throws tons of errors in the console
Mainly because it's trying to install net 7 things π
There is also a verison restriction:
Clean Starter Kit works with v13 IIRC
It's restricted to < 13.0.0
Ah I didn't realize. Yeah you could either install ignoring dependencies (there's a flag for that) or use a better starter kit (shht, I didn't say that out loud).
Ok, I'll bear that in mind... I would like to stick with The Starter Kit though
It's always been a stable one to build from, that being said I haven't tried the others in case of support being dropped
My guess would be that it just works if you remove the upper dependency on the backoffice package.
Hopefully a HQ bod will upload a pre-release version:
https://github.com/umbraco/The-Starter-Kit/issues/127
Add <PackageReference Include="Umbraco.TheStarterKit" Version="12.0.0" /> in your csproj and enjoy! (works on my machine)
Should probably have tried that π
An official V13 version would be good though π
Send a PR to speed it up π
I knew that was coming π
π
Can you create a v13/dev branch so I can PR π
@hollow plover I've submitted a PR, it runs on V13 fine π
Any chance of a sneaky -beta or -rc version?
Updated the dependencies for V13-RC2
Closes #127