initial update for .net core 3 preview2#221
initial update for .net core 3 preview2#221ErikApption wants to merge 1 commit intoElectronNET:masterfrom ErikApption:netcore3preview
Conversation
|
@ErikApption I wonder to know why not using the latest preview 5 of .NET Core 3 |
robertmuehsig
left a comment
There was a problem hiding this comment.
Any simple guide how to support netcoreapp2.1 and netcoreapp3.0? I'm open to support netcore3.0, but it should affect "older" versions that are currently in use.
|
Thats not what I asked. What do we need to do (during NuGet packaging etc.) to support netcore2.2 and netcore3.0? I know there are some long blogposts out there and when netcore3.0 is "mature" enough we will do this step, but until then I would need some good advice. |
|
You need to ship 2 different NuGet packages for instance 5.22.13 for netcoreapp2.2 and 5.30.13 for netcoreapp3.0. You could keep the master branch for netcoreapp3.0 and a second branch for netcoreapp2.2. |
|
Checkout #313 |
Runs electron.net with .net core 3 preview