C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,010 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When we publish application from visual studio publish option using clickonce, there is option to add "Minimum required version" as below.
I am publishing my application using msbuild command and I want to pass "Minimum Required Version" to command. I tried to find out for this, but couldn't get any option to pass.
I want to pass to msbuild command. I am referring this article for msbuild commands
How can I pass minimum required version to msbuild command?