-
-
Notifications
You must be signed in to change notification settings - Fork 737
Support for .NET 6 #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for .NET 6 #636
Conversation
Also included is the ability to target a specific project in the `electronize build/start` command using /dotnet-project
appveyor is failing on net6 not being supported... looking into that. |
Updated the appveyor to run a dedicated script |
removing the full path reference as suggested. Co-authored-by: alborozd <alborozd@gmail.com>
Does anyone know if this can the merged into main? |
I have this and most of the other PRs merged in a fork branch. Working fine for me there. |
The next big update is coming soon! |
I tried out a local build of the source branch for this PR and noticed a quirk: If I specify a Interestingly, if I start with I wonder if this is related: dotnet/aspnetcore#38185 Actually I was wrong 😄. At the same time I added the custom port, I removed
from my |
Yah I didn't implement that functionality into the change set. I haven't even figured out or researched how to do that yet. |
electronize build/start
command using/dotnet-project <projectName>.csproj
NOTE: the .NET6 runtime has targeted System.Drawing.Common at windows architectures and will cause warnings. This should be addressed at some time.
https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only