Samsung / Tizen.NET

Welcome to Tizen .NET
Other
213 stars 32 forks source link

.NET 8 compability with Tizen TV Emulator #276

Closed confect1on closed 6 months ago

confect1on commented 7 months ago

I've been developing an application for Tizen TV using MAUI framework. As far as I see the Tizen TV extension is supported by only .NET 6 even in the last release(https://developer.samsung.com/smarttv/develop/tools/tv-extension/download.html) Is it correct that I'm not able to develop and test applications using higher version than .NET 6 for Tizen TV?

confect1on commented 7 months ago

It can be repeat of https://github.com/Samsung/Tizen.NET/issues/273. If so, please close it. I've created a new issue because I've tried deploying only an application on .NET 7, not .NET 8

rookiejava commented 6 months ago

Sorry for late resposne. As you might know, Tizen TV officailly supports only .NET 6 as of now. Unfortunately, higer versions of .NET (.NET7, .NET8, .NET 9) are not yet supported. It would be best to wait for Tizen TV offical announcement regarding updated support for lastet .NET version.

In addition, it seems that the version discussed in #273 refers to the Tizen .NET version (Tizen 8.0), not the .NET version (.NET 8.0).

confect1on commented 6 months ago

Thanks for the response!