fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.19k stars 1.56k forks source link

Upgrade to .NET 7 #796

Closed dsolteszopyn closed 1 year ago

yangar commented 1 year ago

Not possible for now, some nuget packages can't run on .Net7 Example: https://www.nuget.org/packages/Oracle.EntityFrameworkCore

dsolteszopyn commented 1 year ago

Understand, just want to have it on the roadmap to keep the project current and relevant.


From: yangar @.> Sent: Wednesday, November 9, 2022 1:26:00 PM To: fullstackhero/dotnet-webapi-boilerplate @.> Cc: Soltesz, Danny @.>; Author @.> Subject: Re: [fullstackhero/dotnet-webapi-boilerplate] Upgrade to .NET 7 (Issue #796)

[CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe]

Not possible for now, some nuget packages can't run on .Net7 Example: https://www.nuget.org/packages/Oracle.EntityFrameworkCorehttps://protect-us.mimecast.com/s/Kd3oCn5oq4sxlpAS9MD6J?domain=nuget.org

— Reply to this email directly, view it on GitHubhttps://protect-us.mimecast.com/s/aharCo20r4f8lpjfzd1rW?domain=github.com, or unsubscribehttps://protect-us.mimecast.com/s/2jbJCpYqv5iyQE1hYihaR?domain=github.com. You are receiving this because you authored the thread.Message ID: @.***>

stamahto commented 1 year ago

Since the .NET update is opening here, are you also considering switching to minimal API? It would be also great example project for people, who wants to migrate to minimal API (there is not much content on the internet yet that shows this in depth together with the MediatR, etc.)

dsoltesz commented 1 year ago

https://www.nuget.org/packages/Oracle.EntityFrameworkCore/7.21.8

idbsapps commented 1 year ago

Not possible for now, some nuget packages can't run on .Net7 Example: https://www.nuget.org/packages/Oracle.EntityFrameworkCore

Oracle.EntityFrameworkCore 7.21.8 - supports .net7

iammukeshm commented 1 year ago

will be part of the https://github.com/fullstackhero/dotnet-webapi-boilerplate/tree/dotnet-7 branch