havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
463 stars 63 forks source link

Bump NuGet packages. Fix versions for .NET 6 and 7. #792

Closed EnchantedCoder closed 3 months ago

EnchantedCoder commented 3 months ago

I noticed that NuGet package restore would fail for .NET 6 and 7 due to some package references not having framework targets set, in addition to dependencies being out of date. This change fixes that.

EnchantedCoder commented 3 months ago

Strange. Visual Studio 2022 must have just been confused, then.