staticwebdev / blazor-starter

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

Update Api.csproj #26

Closed KungFuryKeyboard closed 2 years ago

KungFuryKeyboard commented 2 years ago

Fixes issue with pulling in System.Runtime.CompilerServices.Unsafe" Version="4.5.0" via dependencies which is incompatible with net6.0, adding System.Runtime.CompilerServices.Unsafe" Version="6.0.0" will take that one over the "4.5.0"

fixes issue #25

BhargaviAnnadevara commented 2 years ago

@anthonychu Could you please help review this change?

Ref: https://github.com/MicrosoftDocs/azure-docs/issues/84267

anthonychu commented 2 years ago

Thanks for this PR. The solution has been updated via #20 and #27. Can't reproduce the issue after the changes. Please reopen if you're still experiencing this issue.