Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I add UNO.CommunityToolkit.WinUI to the .NET 6 project? #172

Open
LeftTwixWand opened this issue Feb 25, 2022 · 1 comment
Open

Comments

@LeftTwixWand
Copy link

Hi!

I'm writing an open source app, using WinUI 3 and now trying to run it on the other platforms through the UNO Platfrom.
I've segregated the functionality on the different layers (class libraries).
I'm referencing the CommunityToolkit.WinUI library from the library project with target framework net6.0-windows10.0.22000.0
Now I want to connect such project to the .NET6.0 Linux and MacOS app. It's impossible, because of framework differences.
So I'm trying to add one more target framework - .NET 6 to the library.
And the only one conflict, that I have - is CommunityToolkit.WinUI library.

Is it possible to solve it using UNO.CommunityToolkit.WinUI?

image

@jeromelaban
Copy link
Member

The official Community Toolkit does not support net6.0 the target framework, but only net6.0-windows. The Uno version of the toolkit does not yet have net6.0-android, ios, macos and catalyst integrated, but will once .NET 6 Mobile gets out of previews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants