Version flag not persisting with the referenced executable
See original GitHub issueWhen using the new Version flag, this is not being persisted to the dotnet command (I’m not sure why this wasn’t in the PR).
You can bypass this by using electronize build /target win /Version 2.0.13 /p:Version=2.0.13 /p:ProductVersion=2.0.13
however, this should not have to be the case.
- Version: 13.5.1
- Target: Windows
Steps to Reproduce:
- use the
/Version
flag when building theelectronize build
command
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
.net - How to publish a self-contained C# executable that ...
2 Answers 2 · Remove the --self-contained flag from the command-line. · Add /p:ValidateExecutableReferencesMatchSelfContained=false to the command ...
Read more >How to keep referenced Assembly out of Build Directory? ...
I'm trying to build a project that has a Project Dependency to another project where the final output folder should not contain the...
Read more >dotnet build error NETSDK1150 | OutputType exe #18116
It seems like a weird error "A non self-contained executable cannot be referenced by a self-contained executable." (NETSDK1150) when building ...
Read more >Error generated when executable project references ...
Some developers want to reference an executable project from another executable project so that both apps are placed in and are runnable from ......
Read more >PackageReference in project files - NuGet
This will enable packages that those projects refer to, to be "transitively" referenced by your project. PackageReference and sources. In ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes you can run down the adrenaline now… 😂😂😂🥳
Thank you for your support!
@GregorBiswanger PR in