❔ 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
Try updating?
Im already on the latest vs on arm version I believe
Yeah, 17.4.3 is the latest version
Odd
Try separately installing .NET 7 SDK?
yeah, I tried that
Create a new project from the CLI, open it with VS, and see what it thinks about that?
dotnet new?
Using the CLI to create projects would not be a solution, but at least a decent workaround
Yeah
That wasn't a new project though
Ah, well
Edit the
.csproj
then
Change target framework to net7.0
and lang version to 11
Already tried that too, I just get compile errors
Does it compile from the CLI?
dotnet build
One min I'll try
Same errors with dotnet build
One thing that comes to mind is some nuget that needs updating That Project Titanium one...?
This builds completely fine on my x64 laptop
Huh
¯\_(ツ)_/¯ then
Its odd isn't it
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.