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

remove deprecated frameworks #2787

Merged
merged 14 commits into from
Nov 5, 2023
Merged

Conversation

bruno-garcia
Copy link
Member

@bruno-garcia bruno-garcia commented Nov 4, 2023

I thought of dropping netstandard2.0 from Sentry.AspNetCore even though technically still supported via ASP.NET Core 2.1 on .NET Framework because frankly, not much use there and big maintenance burden.

But turns out Azure Workers support netstandard2.0, and our integration is built on top of our ASP.NET Core package. So lets keep it in this major and prob goes away once that drops. Then we can stop testing aspnetcore on .net framework too

Grpc.AspNetCore.Server min version is net6.0, dropping 3.1

@bruno-garcia bruno-garcia changed the title nca3.1 grpc remove deprecated frameworks Nov 4, 2023
@bruno-garcia bruno-garcia marked this pull request as ready for review November 5, 2023 01:36
* Too easy to be out dated.
* Version will depend on the specific package
* Supported version is listed on nuget
@vaind
Copy link
Collaborator

vaind commented Nov 5, 2023

Related discussion: #2776

@bruno-garcia bruno-garcia merged commit 4080ac6 into feat/4.0.0 Nov 5, 2023
13 checks passed
@bruno-garcia bruno-garcia deleted the ref/drop-deprecated-targets branch November 5, 2023 15:38
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