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

Make non-portable RID warning check all available NETCore.App RIDS for the current TFM #33584

Conversation

elinor-fung
Copy link
Member

When adding NETSDK1206 (#32970), I only added the RID platforms for the selected Microsoft.NETCore.App pack to the list of known platforms. This meant that if an app was built for coreclr referencing a package with RID-specific assets that only have corresponding mono packs (for example, browser), the warning would be fired. We want to include the platforms for all the Microsoft.NETCore.App packs for the current target framework, not just the ones with a matching label.

This is targeting Preview 6.

Fixes #33579

@RussKie
Copy link
Member

RussKie commented Jun 28, 2023

Where can I find the SDK version that I need to reference in global.json? The dotnet/installer only shows Preview5 and Preview7 packages.

[EDIT] found it here --> 8.0.100-preview.6.23326.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants