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
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:
Is win10-x86 a valid RuntimeIdentifier for .NET 9.0? If not, what should I use instead?
Is there a compatibility issue between targeting net8.0 and using the .NET 9.0 SDK?
Are there additional steps I should take to resolve this issue?
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:
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: