I added the following section in project.json.
project.json
\"commands\": { \"run\": \"run server.urls=http://localhost:8082\", \"web\": \"Microsof
in your hosting.json replace"Url": "http://localhost:80" by"Url": "http://*:80" and you will be able now access to your application by http://your_local_machine_ip:80 for example http://192.168.1.4:80
"Url": "http://localhost:80"
"Url": "http://*:80"
http://your_local_machine_ip:80
http://192.168.1.4:80