To solve a previous problem, I performed a package migration from package.config to PackageReference. I have a new problem. I get the following error when I build:
Could not locate C:\Solution_01\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file
When I did the package migration, I got the following:
Package compatibility issues
Description
BouncyCastle v1.8.2
The assembly 'lib\lib\BouncyCastle.Crypto.dll' will be ignored when the package is installed after the migration.
Microsoft.WindowsAPICodePack-Core v1.1.0
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
Microsoft.WindowsAPICodePack-Shell v1.1.0
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll' will be ignored when the package is installed after the migration.
MSBuild.ILMerge.Task v1.1.3
'content' assets will not be available when the package is installed after the migration.
NLog.Config v4.2.3
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
NLog.Schema v4.0.0
'content' assets will not be available when the package is installed after the migration.
Windows7APICodePack-Core v1.1.0
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
Windows7APICodePack-Shell v1.1.0
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Core v1.1.2
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Shell v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-ShellExtensions v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll' will be ignored when the package is installed after the migration.
This is a WPF project on Windows 10 with VS 2017 Community.
Do I need to reverse the migration?
If so, is there an easy way to do that?
Any help with this would be appreciated.
Thanks.