Plans for .NET 7

Hello guys

Can we upgrade the .net sdk target framework to atleast .net 7 version ? thank you.

image

Hi @ghostidentity, what is the reason you'd want to change from .NET6 to .NET 7? Generally speaking, I try to target the oldest runtimes out there to make it available to the widest amount of users. What would targeting .NET7 allow you to do that it doesn't right now?

Im developing WinUI 3 project, I tend to target latest supported release as Im under the impression that it have more features. Currently, .NET 7 is supported on WinUI 3.

I think that, it's tolerale to have warnings on IDE so maybe version 6 is fine.
image

Yah. That's a one-time warning I expect when you dotnet restore? Per the .net support page .NET Official Support Policy, .NET 6 will be in support for another year. After that I'd expect to move over to .NET 7, maybe even .NET 8 since the window between .NET 6 and 7 is only 6 months...

Sometimes there are APIs exposed that are only in a newer version of .NET. If there's a need to update, it's possible to do it but it would have to be something the OpenZiti .NET SDK required.

Sounds like you're good to go for now though! :slight_smile: