Skip to content

chore: change target framework monikers from netcoreapp to net #433

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

Merged
merged 5 commits into from
Dec 6, 2022

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)

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy