-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
- I have a
global.jsonsetting like below:
"sdk": {
"version": "8.0.300",
"rollForward": "latestMajor",
"allowPrerelease": false
}- I have both .net 8 SDK and .net 9 SDK installed.
slngenversion is12.0.15
When I ran slngen, I got error message SlnGen does not currently support the .NET SDK 9.0.202 defined by in global.json. I changed rollForward to latestMinor to force using .net 8 SDK, which resolves the problem. But I checked the release history and found even .net 10 preview is supported. So, I'm wondering maybe this is a bug?
Metadata
Metadata
Assignees
Labels
No labels