Can a Blazor app include .NET 4.6.1 Assemblies?

↘锁芯ラ 提交于 2019-12-10 10:19:45

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!