Upgrading to v13
# help-with-umbraco
d
I am trying to upgrade to v13 and have installed ,Net v8.0.100-rc.2 for VS However I only see .Net 7 available as the highest target framework using VS Project GUI It is definitely installed if I run:
Copy code
dotnet --list-sdks
Any suggestions
j
Hey Dean, I'm not sure that this entirely answers your question, but someone on this github issue for dotnet core said they had to install the VS 2022 Preview version to be able to see .NET 8: https://github.com/dotnet/core/issues/8790
d
Thanks @Janae I think I may have found it - you need to enable Preview SDK in VS:

https://www.youtube.com/watch?v=RHmpMrM6TAg

j
Yeah that's what I was googling, too! I was like "I bet it's not showing cause it's an RC and there's some setting you have to do to turn it on..." We were on the same page 😄
d
Hmm still not showing even in the installer Perhaps as you say because it's an rc I'll install VS Preview
j
Let us know if it works!
d
Well 8 is here in Preview I assume in a few weeks when it goes live it will appear in other versions
Well my V10 booted but has erros relating to Microsoft.Data.SqlClient, Version=3.0.0.0 - that's before even upgrading Umbraco but at least I have something to work with
3 Views