-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[9.0.100] NETSDK1083: RuntimeIdentifier 'win10-x86' is not recognized in .NET 9.0 for .NET 8 Target Framework with Evergine 2024.6.28.781 #26052
Comments
Same issue here, I can't publish to windows... |
@emilisa707 Did you go to the URL in the error message? I believe it explains the change and how to handle it. https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-graph#recommended-action
<PropertyGroup>
<UseRidGraph>true</UseRidGraph>
</PropertyGroup> This is a .NET breaking change, it's unrelated to MAUI specific code. |
Thank you for the detailed explanation! I’ve already tried both suggestions: Updating the to win-x86 or win-x64 as per the compatibility documentation. Since I’m also using Evergine in my development environment, could this be related to how it handles runtime identifiers? If you have any additional ideas or steps I might have missed, I’d appreciate further guidance! |
did you found some workaround? i need to publish and does not works for me .. |
Description
I encountered the following error while building my project using the .NET 9.0 SDK:
C:\Program Files\dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): Error NETSDK1083: The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
Questions:
Any help or guidance would be appreciated!
Steps to Reproduce
SDK Version:
.NET SDK 9.0.100 (verified using dotnet --list-sdks)
Target Framework:
net8.0 (because i am using Evergine:
Project File (.csproj):
Here is a simplified version of my .csproj file:
Development Environment:
OS: Windows 11 Home 64-bit (10.0, Build 22632)
IDE: Microsoft Visual Studio Community 2022 (64-bit) - Current
Version 17.12.1
Link to public reproduction project repository
No response
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net8.0-windows10.0.19041.0
Did you find any workaround?
dotnet workload install maui
<UseRidGraph>true</UseRidGraph>
Relevant log output
The text was updated successfully, but these errors were encountered: