-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Improve default RID selection for .NETFramework exes #840
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
Labels
Milestone
Comments
@dsplaisted do we need this for the nuget reference assemblies work you are doing? Or is it ok to move this issue? |
@livarcocc This shouldn't be directly related to making reference assemblies available as NuGet packages. You can move it out. |
I don't think we should do this. I think we can leave .NET Framework alone. The RID inference is complicated enough there. |
mmitche
pushed a commit
to mmitche/sdk
that referenced
this issue
Jun 5, 2020
…0190803.5 (dotnet#840) - Microsoft.AspNetCore.Mvc.Analyzers - 3.0.0-preview9.19403.5 - Microsoft.AspNetCore.Mvc.Api.Analyzers - 3.0.0-preview9.19403.5 - Microsoft.AspNetCore.Analyzers - 3.0.0-preview9.19403.5 - Microsoft.AspNetCore.Components.Analyzers - 3.0.0-preview9.19403.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We currently pick win7-x86 or win7-x64 (depending on PlatformTarget) when building on Windows. We should make this more dynamic based on host OS, particularly when we support building net4x applications for non-Windows using Mono.
There are too many uses of$(RuntimeIdentifier) and $ (RuntimeIdentifers) in static evaluation context for us to simply run some code to pick a RID.
Possible fixes:
The text was updated successfully, but these errors were encountered: