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

Use SDK's version for restoring NetFx targeting pack #5233

Merged
merged 3 commits into from
Aug 11, 2023

Conversation

ViktorHofer
Copy link
Member

The SDK exposes the current version of the .NET Framework targeting pack to restore: https://github.com/dotnet/sdk/blob/25c6d1202b73a07f7932c61262131ee08509ca0e/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.props#L123C3-L123C3

Avoid the hardcoded version and use the SDK one instead.

@mconnew
Copy link
Member

mconnew commented Aug 9, 2023

We don't use the Shim package any more. With moving the implementation into the actual packages rather than it all being in System.Private.ServiceModel, we got a circular dependency problem when trying to build the Shim. Unless you have the time and will to make it work again, we should remove the Shim package project.

@ViktorHofer
Copy link
Member Author

I'll sync offline with you on that. Unsure I understood you correctly.

@ViktorHofer
Copy link
Member Author

@mconnew I now see what you mean and just deleted the project. PTAL

@ViktorHofer ViktorHofer self-assigned this Aug 10, 2023
@ViktorHofer ViktorHofer merged commit b4a65df into main Aug 11, 2023
8 checks passed
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-5 branch August 11, 2023 18:02
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.

None yet

2 participants