SKD ERROR #1336
-
Gravità Codice Descrizione Progetto File Riga Stato eliminazione |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
@brminnick that is the reason, why I suggest to remove global.json |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
I haven't tested this to confirm, but here's my hunch: our
global.json
includes"rollForward": "latestMajor"
+"allowPrerelease": false
and you have .NET 8 prerelease installed on your machine..NET should use the
latestMajor
non-prerelease version of .NET installed on your machine, but it sounds like it sees that the newest version of .NET is a prerelease and fails instead.This sounds like a .NET bug.
I'll look into it to see if there's a solution.