// The dependency A in project B does not support framework C."
publicstaticreadonlystringNU1002=nameof(NU1002);
// Invalid A section. The target B is invalid, targets must either be a file name or a directory suffixed with '/'. The root directory of the package can be specified by using a single '/' character.
publicstaticreadonlystringNU1003=nameof(NU1003);
// Invalid A section. The target B contains path-traversal characters ('.' or '..'). These characters are not permitted in target paths.
publicstaticreadonlystringNU1004=nameof(NU1004);
// Invalid A section. The target B refers to a single file, but the pattern C produces multiple files. To mark the target as a directory, suffix it with '/'.