-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
I installed the latest .NET 10 SDK build (10.0.100-preview.4.25171.10) from the latest builds table and then listed the installed workloads. I expected to see that I don't have any workloads installed yet, but instead I see a bunch of workloads that were installed by Visual Studio. The MAUI related workloads seem to have 10.0.100-preview.1 versions, which seems off given that I don't currently have a .NET 10 Preview 1 build installed, and we haven't inserted .NET 10 into Visual Studio yet:
C:\Users\dan> dotnet --version
10.0.100-preview.4.25171.10
C:\Users\dan> dotnet workload list
Workload version: 10.0.100-manifests.7ab2c471
Installed Workload Id Manifest Version Installation Source
-----------------------------------------------------------------------------------------------------------------
android 35.99.0-preview.1.140/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
aspire 8.2.2/8.0.100 VS 17.14.35906.104, VS 17.13.35913.81
ios 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
maccatalyst 18.2.10322-net10-p1/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
maui-windows 10.0.0-preview.1.25122.6/10.0.100-preview.1 VS 17.14.35906.104, VS 17.13.35913.81
I have VS 17.13.4 and VS 17.14.0 Preview 2 installed both with the Web and MAUI VS workloads.