Skip to content

Remove support for old frameworks#186

Merged
ogaca-dd merged 13 commits intomasterfrom
olivierg/remove-old-framework
Oct 20, 2022
Merged

Remove support for old frameworks#186
ogaca-dd merged 13 commits intomasterfrom
olivierg/remove-old-framework

Conversation

@ogaca-dd
Copy link
Copy Markdown
Contributor

This PR removes support for old frameworks.

Before

  <TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net45;net461</TargetFrameworks>

After

    <TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks> 

Align with dd-trace-dotnet.

Copy link
Copy Markdown
Member

@gh123man gh123man left a comment

Choose a reason for hiding this comment

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

This change looks fine - however the CI is failing.

@ogaca-dd ogaca-dd requested a review from gh123man October 19, 2022 16:51
@ogaca-dd ogaca-dd requested a review from gh123man October 20, 2022 08:44
@ogaca-dd ogaca-dd merged commit 021c0c8 into master Oct 20, 2022
@ogaca-dd ogaca-dd deleted the olivierg/remove-old-framework branch October 20, 2022 13:53
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.

2 participants