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

Problem with windows buid #30

Open
AlexNek opened this issue Sep 28, 2021 · 2 comments
Open

Problem with windows buid #30

AlexNek opened this issue Sep 28, 2021 · 2 comments

Comments

@AlexNek
Copy link

AlexNek commented Sep 28, 2021

could you add the note, please
"you need to select windows in two places" and picture from
dotnet/maui#2493
picture
as changes doesn't work for me.
Possible there is better solution

@isaacrlevin
Copy link

Following the steps there did it for me... Here is my csproj

<!-- iOS, Android, MacCatalyst -->
<!--<TargetFrameworks>net6.0-ios;net6.0-android;net6.0-maccatalyst</TargetFrameworks>-->
<TargetFrameworks>net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.19041</TargetFrameworks>
<!--<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net6.0-windows10.0.19041</TargetFrameworks>-->

@AlexNek
Copy link
Author

AlexNek commented Oct 2, 2021

For me it doesn't work. When I try to switch from android to windows
2021-10-02_12-07-29
framework is not changed
2021-10-02_12-03-41

Are you lucky with deployment?
2021-10-02_12-11-10

Publish doesn't work too. And I can not find iOS simulator for windows

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