Skip to content

Upgrade to .NET 6#64

Open
kayoub5 wants to merge 4 commits intoYlianst:masterfrom
kayoub5:feature/dotnet_6
Open

Upgrade to .NET 6#64
kayoub5 wants to merge 4 commits intoYlianst:masterfrom
kayoub5:feature/dotnet_6

Conversation

@kayoub5
Copy link

@kayoub5 kayoub5 commented Nov 5, 2023

Based on #63

Caveat, there a choice to make:

  • Make the binary size a LOT bigger (140 MB)
  • User will be prompted to install the runtime needed for .NET if not already available
    image

<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By changing SelfContained to true, user will be able to run application even if no .NET is installed on the system, but this will increase the binary size

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.

1 participant