Replies: 1 comment
-
UPDATE: I manually went through the dotnet installation folders at: /usr/local/share/dotnet and looked for any and all 8.0.3 folders or references. I deleted them all. I then installed the 8.0.1 installer again. This took several iterations because there were some deep in other folders. There might still be some that I didn't find. I also had to go into the package contents of 2 .app files and remove folders there. Each time I installed the 8.0.1 again. Finally I have things back to before I upgraded to 8.0.3 and my app is building and working. Here is the output to the 2 commands in the original post:
So now the question is what is the proper way to upgrade 8.0.1 to 8.0.3 and have it not break my app build? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is probably a question that has been answered, but I can't seem to find the answer for some reason.
I am using a MacBook Pro and VSCode to build and debug.
I have 2 issues actually that I need help with.
First:
dotnet sdk list shows this:
Microsoft.AspNetCore.App 8.0.1 Patch 8.0.3 is available.
Microsoft.NETCore.App 8.0.1 Patch 8.0.3 is available.
Microsoft.AspNetCore.App 8.0.3 Up to date.
Microsoft.NETCore.App 8.0.3 Up to date.
I couldn't figure out a way to gethe "Patch 8.0.3" that was available for 8.0.1, so I downloaded the 8.0.3 install and ran that. I assume this is probably not a great idea, so would love to know how to resolve that.
Second:
dotnet workload list in my project folder shows this:
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------
maui-maccatalyst 8.0.7/8.0.100 SDK 8.0.200
maui-ios 8.0.7/8.0.100 SDK 8.0.200
maui-android 8.0.7/8.0.100 SDK 8.0.200
maui 8.0.7/8.0.100 SDK 8.0.200
I can't figure out how to get my workloads updated to the 8.0.200 version. I have tried all of the dotnet workload commands and --help on everything I can think of.
If I am correct as of today the release version should be 8.0.14 from 8.0.200.
How do I update this?
Beta Was this translation helpful? Give feedback.
All reactions