-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove refs provided by Microsoft.NETCore.App.Ref targeting pack #5127
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
Conversation
Microsoft.Win32.Registry.AccessControl isn't part of the Microsoft.NETCore.App.Ref targeting pack. |
}, | ||
"sdk": { | ||
"version": "6.0.100-preview.4.21255.9" | ||
"version": "6.0.100-preview.6.21317.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering why the sdk update was necessary? Isn't the runtime flowing through the VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion
variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe it does. IIRC this is something that repos must do manually.
Apparently you don't use WindowsDesktop though also did this and that change needs to be reverted (see discussion in dotnet/windowsdesktop#1747). |
Relates to dotnet/runtime#54147
Relates to dotnet/windowsdesktop#1747
Microsoft Reviewers: Open in CodeFlow