Skip to content

Update to .NET Core 3#300

Closed
raz-canva wants to merge 3 commits intoElectronNET:masterfrom
raz-canva:raz/dotnet-core-preview-7-with-packages
Closed

Update to .NET Core 3#300
raz-canva wants to merge 3 commits intoElectronNET:masterfrom
raz-canva:raz/dotnet-core-preview-7-with-packages

Conversation

@raz-canva
Copy link
Copy Markdown

@raz-canva raz-canva commented Aug 3, 2019

Using .NET Core 3

Remove unused packages

@Daddoon
Copy link
Copy Markdown
Contributor

Daddoon commented Sep 27, 2019

For .NET Core 3.0 RTM working you need this to your PR:

  • In your ElectronNET web app csproj, add the following lines under TargetFramework:
<TargetFramework>netcoreapp3.0</TargetFramework>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
  • In Startup.cs add app.UseRouting(); before app.UseEndpoints call.

@raz-canva raz-canva changed the title Update to .NET Core 3 Preview 7 Update to .NET Core 3 Sep 29, 2019
@raz-canva
Copy link
Copy Markdown
Author

raz-canva commented Sep 29, 2019

Would anyone be able to take over this PR? I think it is pretty close to functioning

@robertmuehsig
Copy link
Copy Markdown
Collaborator

I was unable to pull this PR - maybe because you deleted the original branch? I (more or less) applied the same changes to a new branch and if everything works out, I might put up a beta with .NET Core 3 support on NuGet.

@Daddoon
Copy link
Copy Markdown
Contributor

Daddoon commented Oct 3, 2019

Hi @robertmuehsig , can you also take a look at my PR about AddExtension if you publish a beta ? I need this for my BlazorMobile plugin, it would be highly appreciated as it is blocking my ElectronNet implementation.

Thanks!

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

Successfully merging this pull request may close these issues.

4 participants