You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We have a desktop app that has a small need to run a local HTTP server to serve some files, we would like to use the latest version of Kestrel to do this but I don't believe that Kestrel is still distributed as Nuget packages anymore.
We have added the FrameworkReference Microsoft.AspNetCore.App to our project but now running our app requires both the Desktop runtime and the ASP.NET runtime, which is not ideal.
Any suggestions on how we could ship the Kestrel assemblies as part of our app? Are we looking for trouble by attempting this?
We would like to avoid self-contained deployment for now for other reasons.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a desktop app that has a small need to run a local HTTP server to serve some files, we would like to use the latest version of Kestrel to do this but I don't believe that Kestrel is still distributed as Nuget packages anymore.
We have added the FrameworkReference Microsoft.AspNetCore.App to our project but now running our app requires both the Desktop runtime and the ASP.NET runtime, which is not ideal.
Any suggestions on how we could ship the Kestrel assemblies as part of our app? Are we looking for trouble by attempting this?
We would like to avoid self-contained deployment for now for other reasons.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions