C
C#2y ago
rarisma

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