Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Dec 5, 2022

Closes #427

Proposed Changes

  1. Changed the TargetFrameworks from netcoreapp to netX.Y.
  2. Add .NET 7.0 to supported framework versions.
  3. Default CI framework is .NET 7.0

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • dotnet test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)


<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>

Choose a reason for hiding this comment

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

net5.0 is not supported and netcoreapp3.1's last date is next tuesday: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

maybe net6.0 and net7.0 support is enough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't want to remove support for old versions yet.

Choose a reason for hiding this comment

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

ok. i think net7.0 could be supported at the same time now that it's been released.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right... I've updated the sources

@bednar bednar marked this pull request as ready for review December 5, 2022 11:59
@bednar bednar merged commit 8038ed2 into master Dec 6, 2022
@bednar bednar deleted the tfm-change branch December 6, 2022 08:40
@bednar bednar added this to the 4.9.0 milestone Dec 6, 2022
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.

replace netcoreapp5, netcoreapp6 with net5 and net6
3 participants