TheStarterKit for V13?
# help-with-umbraco
a
I'm looking at starting to update my packages for V13, I usually use The Starter Kit as a basis to build from, but there doesn't seem to be a V13 pre-release version... Is this being updated?
s
Have you tried installing the v12 version? Is it broken?
a
Throws tons of errors in the console
Mainly because it's trying to install net 7 things 🙂
There is also a verison restriction:
s
Clean Starter Kit works with v13 IIRC
a
It's restricted to < 13.0.0
s
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).
a
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
s
My guess would be that it just works if you remove the upper dependency on the backoffice package.
a
Hopefully a HQ bod will upload a pre-release version: https://github.com/umbraco/The-Starter-Kit/issues/127
s
Add
<PackageReference Include="Umbraco.TheStarterKit" Version="12.0.0" />
in your csproj and enjoy! (works on my machine)
a
Should probably have tried that 🙈
An official V13 version would be good though 😉
s
Send a PR to speed it up 😛
a
I knew that was coming 🙈
s
😂
a
Can you create a v13/dev branch so I can PR 🙂
a
@Sebastiaan I've submitted a PR, it runs on V13 fine 🙂 Any chance of a sneaky -beta or -rc version? https://github.com/umbraco/The-Starter-Kit/pull/128
PR merged and released to Nuget Thanks all! https://www.nuget.org/packages/Umbraco.TheStarterKit/13.0.0-rc