我尝试System.Deployment在我的 Blazor 服务器应用程序中使用此代码:
System.Deployment
但 System.Deployment 不在我的项目系统中,也不在可用的项目参考中,我在 Google 上查找可下载的 .dll 链接,而 Microsoft 似乎没有。我缺少什么?我已经尝试using System.Deployment过using System.Deployment.Application,但都不起作用。
using System.Deployment
using System.Deployment.Application
c# asp.net version-control libraries blazor
asp.net ×1
blazor ×1
c# ×1
libraries ×1
version-control ×1