在docker中部署FineUICore

由于FineUICore并未通过NuGet发布,所以在项目中以添加引用的方式加入。(由于在core以前使用第三方dll,都是直接拷贝到bin目录下,然后添加引用),结果通过VS2017自建的docker支持,发布docker镜像的时候,提示:

warning MSB3245: Could not resolve this reference. Could not locate the assembly "FineUICore". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

 

解决方案:

把FineUICore.dll放到Dockerfile同级目录中即可。

 

在docker中部署FineUICore_第1张图片

你可能感兴趣的:(docker,dotnet,core,fineui)