Clickonce deployment equivalent for Dotnet core applications

前端 未结 1 1817
天涯浪人
天涯浪人 2021-02-02 18:05

We have a dotnet core console application which we want to use ClickOnce deployment. Mainly every time the user runs the application, it should check for update and update itsel

相关标签:
1条回答
  • 2021-02-02 18:37

    Very old question but maybe useful in the future:

    I think you just need to wait till NET 5: Latest announcement includes ClickOnce

    https://github.com/dotnet/deployment-tools/issues/9 https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-2/ https://dotnet.microsoft.com/download/dotnet/5.0

    0 讨论(0)
提交回复
热议问题