-
Notifications
You must be signed in to change notification settings - Fork 136
Investigate 6.0 SDK diff: unnecessary runtime/
folders
#2573
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
Comments
I see the opposite in 8.0 SDK diff. The following files are only present in Microsoft-built SDK:
@MichaelSimons I presume the fix is needed in 8.0 SDK only - or are we considering backporting all changes to older, still-supported source-built SDKs? |
8.0 only, we are not backporting these changes. The 8.0 diff is more logical - |
Yes, it is transitive, via
|
Files like
./sdk/6.0.100/DotnetTools/dotnet-format/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll
show up in the source-built SDK but not the Microsoft-built SDK. They are most likely not interfering with any functionality, but we should figure out why they're showing up, and ideally fix this diff.dagood#9 (comment)
The text was updated successfully, but these errors were encountered: