-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Description
Version
4.0.7018
Description
Created a new .net8 app in VS and hit F5 -- the core tools reports that it's running 4.6xx, yet it seems pretty clear that it's actually 4.8xx:
Azure Functions Core Tools
Core Tools Version: 4.0.7018 Commit hash: N/A +ec5981453def131abe6005327168b918fac8d426 (64-bit)
Function Runtime Version: 4.634.3.22875
Yet it's running from here:
C:\Users\brettsam\AppData\Local\AzureFunctionsTools\Releases\4.107.0-inprocess\cli_x64\in-proc8\
Steps to reproduce
Launch .net 8 in-proc app in VS
liliankasem and Frulfump