staticwebdev / blazor-starter

A starter template in C# APIs and Blazor for Azure Static Web Apps
217 stars 104 forks source link

Update Client to support Blazor with .NET 5 #8

Closed csharpfritz closed 2 years ago

csharpfritz commented 3 years ago

It would be great to run the .NET 5 version of Blazor Web Assembly in the Client project, connecting to Azure Functions running on .NET Core 3.1 in the Api project

aaronpowell commented 3 years ago

Are there any major compatibility issues that someone is likely to hit if they were to try and do code sharing across the .NET versions? I'm just thinking through whether we need anything documented around this until Functions supports .NET 5.