Skip to content
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

NETSDK1083 error when providing multiple RIDs in .NET Core 3 #11426

Open
usukololgubu opened this issue Nov 22, 2019 — with docs.microsoft.com · 3 comments
Open

NETSDK1083 error when providing multiple RIDs in .NET Core 3 #11426

usukololgubu opened this issue Nov 22, 2019 — with docs.microsoft.com · 3 comments

Comments

Copy link

dotnet restore -r win-x86 -r win-x64

C:\Program Files\dotnet\sdk\3.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(59,5): error NETSDK1083: The specified RuntimeIdentifier 'win-x86;win-x64' is not recognized. [<Full Project Name>.csproj]

For netcoreapp2.1 everything works fine. Are there any changes for .NET Core 3?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@mairaw
Copy link
Contributor

mairaw commented Nov 22, 2019

@KathleenDollard @dsplaisted can you comment on this?

@dsplaisted
Copy link
Member

I think we may have changed -r from passing in RuntimeIdentifiers to RuntimeIdentifier. @wli3 @livarcocc do you know?

In any case, there is probably something we should fix here. At a minimum we shouldn't accept multiple -r parameters if it's not going to work.

@tdykstra
Copy link
Contributor

ping @wli3 @livarcocc - question from dsplaisted

I think we may have changed -r from passing in RuntimeIdentifiers to RuntimeIdentifier. @wli3 @livarcocc do you know?

@dsplaisted dsplaisted transferred this issue from dotnet/docs Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants