You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yup, we're waiting for some sdk changes before adding it
@lewing what changes are you still waiting on for this? I thought that all net10 changes I was tracking were in other than unwinding some test disablements.
Description
Looking here:
We are missing packs like:
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-alpha.1
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-alpha.1
Note that we have the
Current
,net6
,net7
, andnet8
manifest packs here.Missing
net9
manifests prevents us from buildingnet9.0-*
projects with a .NET 10 SDK, at:This is blocking us from getting a build of .NET MAUI on .NET 10.
Reproduction Steps
dotnet workload install android --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json
with a .NET 10 SDK.Expected behavior
These manifest packs exist on the dotnet10 feed:
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-alpha.1
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-alpha.1
Actual behavior
These manifest packs do not exist on the dotnet10 feed:
Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-10.0.100-alpha.1
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100-alpha.1
Regression?
Yes, .NET 10 should support building
net9.0-*
projects.Known Workarounds
None
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: