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?
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?

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 :
.NET Core 3.0 is supported with the current version of Electron.NET.
Have fun!
Most helpful comment
As mentioned in another issue :