-
Notifications
You must be signed in to change notification settings - Fork 2
Add .NET 10 as a target platform #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Co-authored-by: ejsmith <[email protected]>
…k property Co-authored-by: ejsmith <[email protected]>
|
@copilot Remove TargetFramework from the common.props and just set it in each project. The generator project should just target netstandard2.0 like the roslyn best practices say. The abstractions project should target both net9.0 and net10.0 as it requires source interceptors. |
Co-authored-by: ejsmith <[email protected]>
Done in c6ac565. The generator now targets |
global.jsonto use .NET 10 SDK with rollForward to support both .NET 9 and 10TargetFrameworkfromcommon.props- set in each project insteadnetstandard2.0(Roslyn best practices)net9.0;net10.0(requires source interceptors)net9.0;net10.0net10.0net10.0Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.