How to use ClickOnce with the new .csproj project format?How do I calculate someone's age in C#?What is the correct way to create a single-instance WPF application?Deep cloning objectsHow do I enumerate an enum in C#?How to create Excel (.XLS and .XLSX) file in C# without installing Ms Office?ASP.NET Web Site or ASP.NET Web Application?How do I get a consistent byte representation of strings in C# without manually specifying an encoding?How do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?What is a NullReferenceException, and how do I fix it?Error - Unable to access the IIS metabase

Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?

Where does the bonus feat in the cleric starting package come from?

In Qur'an 7:161, why is "say the word of humility" translated in various ways?

What is Cash Advance APR?

Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?

Fear of getting stuck on one programming language / technology that is not used in my country

How can "mimic phobia" be cured or prevented?

Store Credit Card Information in Password Manager?

Pre-mixing cryogenic fuels and using only one fuel tank

What was this official D&D 3.5e Lovecraft-flavored rulebook?

Is the U.S. Code copyrighted by the Government?

How to bake one texture for one mesh with multiple textures blender 2.8

Did arcade monitors have same pixel aspect ratio as TV sets?

Is it possible to have a strip of cold climate in the middle of a planet?

Why is so much work done on numerical verification of the Riemann Hypothesis?

Why did the Mercure fail?

Why Shazam when there is already Superman?

Is it improper etiquette to ask your opponent what his/her rating is before the game?

Are the IPv6 address space and IPv4 address space completely disjoint?

Does a 'pending' US visa application constitute a denial?

How much character growth crosses the line into breaking the character

Has any country ever had 2 former presidents in jail simultaneously?

Lowest total scrabble score

Is this toilet slogan correct usage of the English language?



How to use ClickOnce with the new .csproj project format?


How do I calculate someone's age in C#?What is the correct way to create a single-instance WPF application?Deep cloning objectsHow do I enumerate an enum in C#?How to create Excel (.XLS and .XLSX) file in C# without installing Ms Office?ASP.NET Web Site or ASP.NET Web Application?How do I get a consistent byte representation of strings in C# without manually specifying an encoding?How do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?What is a NullReferenceException, and how do I fix it?Error - Unable to access the IIS metabase













0















When creating a "Windows Application" project in the new .NET project format for .NET 472, there is no "Publish" section in the project properties to configure the ClickOnce deployment.



Project Properties



Is there any solution/workaround to use ClickOnce with the new project format?










share|improve this question
























  • What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

    – Camilo Terevinto
    2 days ago











  • That is "Windows Application" for net framework 472.

    – thalm
    2 days ago











  • Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

    – Camilo Terevinto
    2 days ago











  • @CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

    – thalm
    2 days ago















0















When creating a "Windows Application" project in the new .NET project format for .NET 472, there is no "Publish" section in the project properties to configure the ClickOnce deployment.



Project Properties



Is there any solution/workaround to use ClickOnce with the new project format?










share|improve this question
























  • What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

    – Camilo Terevinto
    2 days ago











  • That is "Windows Application" for net framework 472.

    – thalm
    2 days ago











  • Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

    – Camilo Terevinto
    2 days ago











  • @CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

    – thalm
    2 days ago













0












0








0








When creating a "Windows Application" project in the new .NET project format for .NET 472, there is no "Publish" section in the project properties to configure the ClickOnce deployment.



Project Properties



Is there any solution/workaround to use ClickOnce with the new project format?










share|improve this question
















When creating a "Windows Application" project in the new .NET project format for .NET 472, there is no "Publish" section in the project properties to configure the ClickOnce deployment.



Project Properties



Is there any solution/workaround to use ClickOnce with the new project format?







c# .net deployment csproj






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







thalm

















asked 2 days ago









thalmthalm

1,4042040




1,4042040












  • What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

    – Camilo Terevinto
    2 days ago











  • That is "Windows Application" for net framework 472.

    – thalm
    2 days ago











  • Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

    – Camilo Terevinto
    2 days ago











  • @CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

    – thalm
    2 days ago

















  • What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

    – Camilo Terevinto
    2 days ago











  • That is "Windows Application" for net framework 472.

    – thalm
    2 days ago











  • Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

    – Camilo Terevinto
    2 days ago











  • @CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

    – thalm
    2 days ago
















What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

– Camilo Terevinto
2 days ago





What is specifically "WinExe"? That project template doesn't exist. What .NET version does that project target?

– Camilo Terevinto
2 days ago













That is "Windows Application" for net framework 472.

– thalm
2 days ago





That is "Windows Application" for net framework 472.

– thalm
2 days ago













Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

– Camilo Terevinto
2 days ago





Ensure you have ClickOnce tools selected on Visual Studio Installer, because I publish .NET projects quite often

– Camilo Terevinto
2 days ago













@CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

– thalm
2 days ago





@CamiloTerevinto Do you use the new .csproj project format with transitive nuget references? If i create a windows application with the old format, the publish tab is there and it works normally.

– thalm
2 days ago












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55281367%2fhow-to-use-clickonce-with-the-new-csproj-project-format%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55281367%2fhow-to-use-clickonce-with-the-new-csproj-project-format%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript