-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Describe the bug
I've found that typically when I have the coding agent generate a dotnet project from soup to nuts it defaults to net8.0
I've also found that while completely other tasks it will downgrade my project to net8.0 when I'm asking it to do something else.
To Reproduce
Steps to reproduce the behavior:
- in an existing, or new empty repostiory, instruct copilot to build something in dotnet. In my case I told it to build something based on Semantic Kernel and here's an example of another project where it defaulted to net8.0 when trying to get it to use net10.0 Add GitHub Actions workflows for CI/CD with concurrency management mattleibow/Maui.Essentials.AI#1
This was part of it's initial steps

Expected behavior
coding agent should always default to latest stable and it should be able to use latest preview if instructed.
Screenshots

mattleibow