Click Once Add runtime(aspnetcore) not listed in existing perquisites
See original GitHub issueI 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:
- Created a year ago
- Reactions:1
- Comments:9 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@NikolaMilosavljevic could you please close out this issue.
@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.