Improved compatibility

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent 134e1f7355
commit eea34ff7bb
  1. 2
      BuildServer/lib/tasks/dotnetrewrite.js

@ -35,7 +35,7 @@ module.exports = function (params, processor) {
}
);
}
content = addAssemblyAttribute(content, "[assembly: AssemblyInformationalVersion(\"" + version + "\")]");
content = addAssemblyAttribute(content, "[assembly: System.Reflection.AssemblyInformationalVersion(\"" + version + "\")]");
return cb(null, content);
};

Loading…
Cancel
Save