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

Add API to get OS specific references #894

Merged
merged 3 commits into from
Sep 22, 2021

Conversation

jmarolf
Copy link
Contributor

@jmarolf jmarolf commented Aug 31, 2021

fixes #892

@jmarolf jmarolf requested a review from a team as a code owner August 31, 2021 23:15
@jmarolf jmarolf requested a review from sharwell September 10, 2021 04:47
Comment on lines 894 to 899
return new ReferenceAssemblies(
"net6.0",
new PackageIdentity(
"Microsoft.NETCore.App.Ref",
"6.0.0-preview.7.21377.19"),
Path.Combine("ref", "net6.0"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return new ReferenceAssemblies(
"net6.0",
new PackageIdentity(
"Microsoft.NETCore.App.Ref",
"6.0.0-preview.7.21377.19"),
Path.Combine("ref", "net6.0"))
return Net60

@jmarolf jmarolf merged commit aba633c into dotnet:main Sep 22, 2021
@jmarolf jmarolf deleted the feature/support-net6-in-testing branch September 22, 2021 21:04
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

Successfully merging this pull request may close these issues.

Add reference assemblies for net6.0-[platform] TFMs
3 participants