当我尝试使用我的.Net 4.6.1 库时,我收到了一个System.Io.FileNotFoundException
与我的ConsoleApp一起工作的库。System.IO.Packaging
我正在尝试将同一个库与c#.Net core 2.2 Console Application一起使用,但是通过查看下面的代码段可以看到它无法正常工作。
如何让.Net 4.6.1 库 与c#.Net core 2.2 2.2 控制台应用程序一起使用?
见下文:
解决方案(项目 + NuGet 包):
OpenXml Libraby c#.Net 4.6.1
- Nuget:DocumentFormat.OpenXml (2.9.0)
- Nuget:System.IO.FileSystem.Primitives (4.3.0)
- Nuget:System.IO.Packaging (4.5.0)
ConsoleApplication c#.Net core 2.2