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

Support .NET 7 #514

Closed
gep13 opened this issue Aug 22, 2023 · 3 comments
Closed

Support .NET 7 #514

gep13 opened this issue Aug 22, 2023 · 3 comments
Assignees
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Aug 22, 2023

Detailed Description

GitReleaseManager should support .NET 7, in the same way that it does .NET 6.

Context

If someone only has .NET 7.0 installed, they will not be able to run GitReleaseManager.

Possible Implementation

Add new TargetFramework to csproj files.

Similar to what was completed on this issue:

#412

Your Environment

N/A

@gep13 gep13 added this to the 0.15.0 milestone Aug 22, 2023
@gep13 gep13 self-assigned this Aug 22, 2023
@arturcic
Copy link
Member

@gep13 depending on when this issue will be complete, maybe it's also worth adding .NET 8.0 as well? Or maybe only .NET 8.0 instead, as it's a LTS version?

@gep13
Copy link
Member Author

gep13 commented Aug 22, 2023

Now that I have just shipped (or at least in the process of shipping 0.14.0) I would like to get another release out quite quickly that addresses the target frameworks, so I think supporting .NET 6 and .NET 7 (along with .NET 4.8) will be the focus of the 0.15.0 release, which I would like to get out before the end of this week, as I would then like to work on a few other things.

Just trying to get a baseline for the application, before adding more functionality on top of it.

gep13 added a commit that referenced this issue Aug 22, 2023
Similar to the support that was added to .NET 6, let's add support for
.NET 7.  Once .NET 8 is shipped, we will look to support that as well.
@gep13 gep13 closed this as completed Aug 22, 2023
gep13 added a commit that referenced this issue Aug 23, 2023
* release/0.15.0:
  (build) Let's try that again with a doc change...
  (build) Try with Cake.Git 1.0.0
  (build) Bump to Cake.Recipe 3.1.1
  (build) Force installation of older Cake.Git
  (build) Install all the .NET's
  (maint) Moar testing of docs...
  (build) Add installation of .NET 2.1.x
  (maint) Testing build and publish of docs
  (#517) Switch to GtiHub Actions as preferred CI
  Bump Octokit from 0.50.0 to 7.1.0 in /src
  (#518) Bump version of Serilog being used
  (#514) Add support for .NET 7
  (#516) Remove compiling for .netcoreapp3.1
  (#515) Switch to net48 rather than net472
gittools-bot pushed a commit that referenced this issue Aug 23, 2023
Merge branch 'release/0.15.0'

* release/0.15.0:
  (build) Let's try that again with a doc change...
  (build) Try with Cake.Git 1.0.0
  (build) Bump to Cake.Recipe 3.1.1
  (build) Force installation of older Cake.Git
  (build) Install all the .NET's
  (maint) Moar testing of docs...
  (build) Add installation of .NET 2.1.x
  (maint) Testing build and publish of docs
  (#517) Switch to GtiHub Actions as preferred CI
  Bump Octokit from 0.50.0 to 7.1.0 in /src
  (#518) Bump version of Serilog being used
  (#514) Add support for .NET 7
  (#516) Remove compiling for .netcoreapp3.1
  (#515) Switch to net48 rather than net472
gittools-bot pushed a commit that referenced this issue Aug 23, 2023
Merge branch 'release/0.15.0'

* release/0.15.0:
  (build) Let's try that again with a doc change...
  (build) Try with Cake.Git 1.0.0
  (build) Bump to Cake.Recipe 3.1.1
  (build) Force installation of older Cake.Git
  (build) Install all the .NET's
  (maint) Moar testing of docs...
  (build) Add installation of .NET 2.1.x
  (maint) Testing build and publish of docs
  (#517) Switch to GtiHub Actions as preferred CI
  Bump Octokit from 0.50.0 to 7.1.0 in /src
  (#518) Bump version of Serilog being used
  (#514) Add support for .NET 7
  (#516) Remove compiling for .netcoreapp3.1
  (#515) Switch to net48 rather than net472
@gittools-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.15.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants