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

feat: Add NET8 to major packages #2852

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Nov 16, 2023

#skip-changelog

@vaind vaind changed the base branch from main to feat/4.0.0 November 16, 2023 11:16
Copy link
Contributor

github-actions bot commented Nov 16, 2023

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 895bda9

@vaind vaind marked this pull request as ready for review November 16, 2023 12:01
Directory.Build.props Outdated Show resolved Hide resolved
src/Sentry.Log4Net/Sentry.Log4Net.csproj Outdated Show resolved Hide resolved
@bitsandfoxes bitsandfoxes merged commit dd9cfac into feat/4.0.0 Nov 16, 2023
17 checks passed
@bitsandfoxes bitsandfoxes deleted the chore/main-package-tfms branch November 16, 2023 21:39
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0;net462</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;netstandard2.1;netstandard2.0;net462</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

I was hoping we would get rid of ns2.1 if we can, but avoid adding it to more libraries.
It's fair that the lib supports it and so does the Sentry core SDK. But the package is fairly lower in terms of usage: https://nugettrends.com/packages?months=72&ids=Sentry.NLog&ids=Sentry

And most people are updating their runtimes. .NET Standard 2.1 came to help bridge .NET Framework and .NET Core 3.1. We had .NET 5,6,7,8 now so hoping we can get rid of those netstandard

How about we remove this?

Copy link
Member

Choose a reason for hiding this comment

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

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.

3 participants