Electron.net: Using .netcore 3.0 preview

Created on 26 Dec 2018  路  11Comments  路  Source: ElectronNET/Electron.NET

Hi, I'm working in a PoC using .netcore 3.0 preview. When I type dotnet electronize init at terminal, I got the message bellow:

It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.0.0' was not found.

Is it possible to use .net core 3.0?

Feature

Most helpful comment

As mentioned in another issue :

  • Should happen very soon, maybe next week.
  • There is some line to change regarding .Net core 3.0, but very fews.

All 11 comments

8 days no responses. Seems like this project is a bit in hibernation at the moment.

@robertmuehsig Do you can push a experimental NuGet Package with .NET Core 3.0 preview?

netcore 2.2 not support now.

i'm trying to use with netcore 2.2 and no success, how can i "dotnet restore" the project?

any updates on this?

Any updates or future plans for newer .net core versions?

Yes, in any case! But we wait for the release version.

Besides updating the obvious retargeting of the package: Anything else what needs to be done for the net core 3 update?

Screen Shot 2019-09-27 at 8 39 18 PM
They released netcoreapp3.0 . We could start porting the client to AspNetCore 3.0.
https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-2.2&tabs=visual-studio

As mentioned in another issue :

  • Should happen very soon, maybe next week.
  • There is some line to change regarding .Net core 3.0, but very fews.

.NET Core 3.0 is supported with the current version of Electron.NET.

Have fun!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThuCommix picture ThuCommix  路  3Comments

thnk2wn picture thnk2wn  路  4Comments

himansu-Bhusan93 picture himansu-Bhusan93  路  3Comments

GregorBiswanger picture GregorBiswanger  路  4Comments

saad749 picture saad749  路  6Comments