**OS:** Win 11 **Build Version:** 20251209.1 **.NET SDK:** Installed 8.0, 9.0 and 10.0 **Repro Steps:** 1. Create a C# project with the func cli using the following commands. ``` func init --worker-runtime dotnet func new --template HttpTrigger --name HttpTrigger1 ``` 2. Open "xxx.csproj" file. 3. Check whether the target framework is "net10.0" or not. **Expect:** The target framework is "net10.0". **Actual:** The target framework is "net8.0". <img width="667" height="398" alt="Image" src="https://github.com/user-attachments/assets/448f1ba3-e7d5-4e9f-a418-6e92491b42a8" />