问题
When I create a Blazor app it targets the .NET Standard 2.0 framework. I want to include System.Speech in a Blazor app. Is it possible to target the .NET 4.6.1 framework in Blazor
Thanks
回答1:
No, you can't.
Right now you can target netstandard2.0 on client-side Blazor, and netcoreapp3.0 on the server.
Hope this helps...
来源:https://stackoverflow.com/questions/56466486/can-a-blazor-app-include-net-4-6-1-assemblies