我将NLog.Config 4.5.4 nuget包添加到我的dotnet核心应用程序项目中。
此软件包创建了文件链接
%USERPROFILE%.nuget\packages\nlog.config\4.5.4\contentFiles\any\any\NLog.config.当我尝试删除此链接时收到错误消息
"Unable to erase files or folders: Can't modify file 'NLog.config', item doesn't belong the project and was imported from \obj\MyProject.csproj.nuget.g.props"
然后我在项目文件夹中创建了新文件NLog.config,但是当我构建项目时,这个文件被忽略并被复制链接一个。