question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Click Once Add runtime(aspnetcore) not listed in existing perquisites

See original GitHub issue

I want to mention aspnetcore as dependency for clickonce , so that it downloads aspnetcore before installing my app

my WPF app uses asp.net , so I need to install aspnetcore runtime before starting my app

I tried adding below xml to publish profile but didn’t worked

    <BootstrapperPackage Include="Microsoft.NetCore.AspNetCoreRuntime.6.0.x64">
      <Install>True</Install>
      <ProductName>ASP .NET Core  Runtime 6.0.7 (x64)</ProductName>
    </BootstrapperPackage>

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sujitnayakcommented, Apr 24, 2023

@NikolaMilosavljevic could you please close out this issue.

1reaction
sujitnayakcommented, Apr 24, 2023

@saivineeth100 thanks for the updating the thread with a solution. More guidance for the manifest schema can be found at the link I posted above. I will go ahead and close out this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ClickOnce prerequisite for "ASP.NET Core Runtime 6.0.10 ...
I asked MS to add "ASP.NET Core Runtime 6.0.10 x64" prerequisite, the answer was "we are not planning on adding ClickOnce bootstrapper ...
Read more >
Install prerequisites with a ClickOnce application
Learn how to select prerequisite components to be packaged along with your ClickOnce application when it is installed.
Read more >
Blazor webassembly jquery. To download the source code for
Let's start by adding a new folder named NpmJS to our project. ... Submenu collapse after the click on the title (Webassembly). cshtml...
Read more >
.NET Silent ClickOnce Installer for Winform & WPF in C# & ...
First, a minimal implementation where the app responds to an update notification indicates the version available and enables the Update button.
Read more >
Blazor server hot reload. Closed SeanLeitzinger opened ...
NET code-behind which was previously available. I currently have a blazor wasm ... RuntimeCompilation Nuget to my Server solution and add it in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found