jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Net 8 #62

Open marcoablanco opened 6 months ago

marcoablanco commented 6 months ago

Is Net8 on the roadmap?

danilors93 commented 6 months ago

Already available and working.

marcoablanco commented 6 months ago

In nuget.org still appear Net6. Net8 is marked as Additional computed target framework. On november support for net6 will be end. That's why I was asking if it will be deployed on net8.

I see this PR https://github.com/jsuarezruiz/AlohaKit.Controls/pull/60 but is from december and still open

FreakyAli commented 6 months ago

You should be able to use it in .NET 8 without any issues to be honest!

alikoli commented 5 months ago

Is there a plan to upgrade this project to .net 8?

FreakyAli commented 5 months ago

@alikoli why do you need this to upgrade it should work with .net 8 already

alikoli commented 5 months ago

I want to use it as a project reference without nuget to make some custom modifications. When I try to do it this way I get errors because of downgrade of some libs. Also on other machine I don't have .net 6 installed.

FreakyAli commented 5 months ago

@alikoli For that you can probably upgrade it yourself and make it work

alikoli commented 5 months ago

Yep, I tried but it wasn't straightforward. That's why I asked if there is a plan to migrate the project to .net 8.

yurkinh commented 1 month ago

@alikoli I have opened PR #60 and will try to fix comments soon cause I also need it with .NET 8 support as a nugget but currently just grabbing separate controls