Breeze / breeze.server.net

Breeze support for .NET servers
MIT License
76 stars 62 forks source link

Do we need .8 sln/csprojs? #193

Closed christophwille closed 10 months ago

christophwille commented 10 months ago

I am talking about that structure https://github.com/Breeze/breeze.server.net/blob/master/DotNet/Breeze.AspNetCore.EFCore.7.sln

Or does 7 work with 8? (haven't tried)

steveschmitt commented 10 months ago

The code itself will work unchanged, but the dependencies need to be updated. Thanks for the reminder!

steveschmitt commented 10 months ago

Actually, we now have multi-targeted nuget packages, all built from Breeze.AspNetCore.EFCore.Build.sln

I've just updated the nuget packages for .NET 8. Give them a try!

christophwille commented 10 months ago

Thanks!