Closed pepinho24 closed 1 year ago
The .NET 7 SDK gives the arguments in a different order compared to the .NET 6 SDK. The fix above forces the use of a 6.* SDK via a global.json file:
global.json
The .NET 7 SDK gives the arguments in a different order compared to the .NET 6 SDK. The fix above forces the use of a 6.* SDK via a
global.json
file: