Powershell无法加载程序集“ System.IO.Abstractions”

时间:2019-08-21 02:43:37

标签: powershell-core

我在Powershell中使用.NET核心库,但只有一个例外:

Exception calling "MyFunction" with "1" argument(s): "Could not load file or assembly 'System.IO.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=96bf224d23c43e59'. The system cannot find the file specified."

具体地说,MyFunction使用System.IO.Abstractions.IFileSystem类,这可能是问题所在。顺便说一句,我使用的是.NET Core 3.0,我的Powershell版本是7。

谁能告诉我如何解决这个问题?

0 个答案:

没有答案