1.从vs中关闭项目
2.用记事本打开csproj文件
-
在 和 之间添加一行:
true
保存后,用vs 重新打开项目即可。
您可以将其添加到< PropertyGroup>在csproj文件中强制将NuGet程序集复制到构建的输出:
https://jingyan.baidu.com/article/a24b33cd2db4e219fe002bba.html
1.从vs中关闭项目
2.用记事本打开csproj文件
在 和 之间添加一行:
true
保存后,用vs 重新打开项目即可。
您可以将其添加到< PropertyGroup>在csproj文件中强制将NuGet程序集复制到构建的输出:
https://jingyan.baidu.com/article/a24b33cd2db4e219fe002bba.html