bitfoundation / bitplatform

Build all of your apps using what you already know and love ❤️
https://bitplatform.dev
MIT License
1.08k stars 225 forks source link

please describe how to publish for windows 7 or 8 #4313

Closed AbbasKashi69 closed 1 year ago

AbbasKashi69 commented 1 year ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

I can't publish blazor hybrid project for windows 7 or 8 .

Describe the solution you'd like

I try to publish blazor hybrid for windows 7 or 8 but there is only for windows 10. now How can I publish my project for this?

Additional context

No response

ysmoradi commented 1 year ago

Unfortunately, .NET 7 doesn't work on Windows 7, but .NET 6 does. Our UI components are compatible with both .NET 7 and 6. The only issue is with the project templates themselves that are on 7. You'll need to create a project and switch it to 6. Then, using the Blazor mode provided in the prepared project called 'Blazor Electron' and explained on this page, you can obtain an .exe output.

msynk commented 1 year ago

It seems this issue is resolved, and since there was no activity for a long time, I'm closing this it.