ClickOnce for Blazor (.NET 5) application

Nikolay Renziglov 21 Reputation points
2021-05-26T19:29:37.56+00:00

Hi there. I have a .NET 5 Blazor application running as Windows service

Microsoft.AspNetCore.WebHost.CreateDefaultBuilder(args)
                    .UseContentRoot(pathToContentRoot)
                    .UseStartup<Startup>()
                    .Build()
                    .**RunAsService();**

I can publish it to a file system but is it possible to publish it to a URI using ClickOnce (as far as I know, ClickOnce works only for WPF and Windows Froms)?
Thanks.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,500 questions
{count} votes