C
C#3y ago
Jake

❔ VS (ARM) won't let me set the version to anything but .NET 6

Using VS on ARM and it wont let me set the version to .NET7 or any other version, any idea why?
20 Replies
Angius
Angius3y ago
Try updating?
Jake
JakeOP3y ago
Im already on the latest vs on arm version I believe
Jake
JakeOP3y ago
Angius
Angius3y ago
Yeah, 17.4.3 is the latest version Odd Try separately installing .NET 7 SDK?
Jake
JakeOP3y ago
yeah, I tried that
Jake
JakeOP3y ago
Angius
Angius3y ago
Create a new project from the CLI, open it with VS, and see what it thinks about that?
Jake
JakeOP3y ago
dotnet new?
Angius
Angius3y ago
Using the CLI to create projects would not be a solution, but at least a decent workaround Yeah
Jake
JakeOP3y ago
That wasn't a new project though
Angius
Angius3y ago
Ah, well Edit the .csproj then Change target framework to net7.0 and lang version to 11
Jake
JakeOP3y ago
Already tried that too, I just get compile errors
Angius
Angius3y ago
Does it compile from the CLI? dotnet build
Jake
JakeOP3y ago
Jake
JakeOP3y ago
One min I'll try Same errors with dotnet build
Angius
Angius3y ago
One thing that comes to mind is some nuget that needs updating That Project Titanium one...?
Jake
JakeOP3y ago
This builds completely fine on my x64 laptop
Angius
Angius3y ago
Huh ¯\_(ツ)_/¯ then
Jake
JakeOP3y ago
Its odd isn't it
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?