Balasaheb Patil
Can we build and run asp.net core application without sdk ?
By Balasaheb Patil in .NET on Jan 06 2021
  • Nikhil Bhojani
    Jan, 2021 15

    You can not build the application without SDK. You will not reach till there because to crate a project of type .NET Core x.x, you will need that SDK installed, If you are creating project by yourself. However, The application can be run in any machine without installing SDK if you publish the application self-contained mode. Otherwise, To run application as well, you might have to install Hosting Bundle or Runtime version of .NET Core.

    • 2
  • Adnan Mevliwala
    Jan, 2021 19

    you can do it with dotnet core runtime installed.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS