You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a solution that uses Central Package Management: project files have version-less PackageReference elements and the Directory.Package.props file defines PackageVersion elements for all references packages. If I add a StrongNamer package reference to one of the projects, that project fails to restore/build with the error error NU1008: Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items.
I'm guessing that StrongNamer is modifying the PackageReference(s) for the package(s) it is adding strong names to, and add a Version attribute.
The text was updated successfully, but these errors were encountered:
I have a solution that uses Central Package Management: project files have version-less
PackageReference
elements and theDirectory.Package.props
file definesPackageVersion
elements for all references packages. If I add a StrongNamer package reference to one of the projects, that project fails to restore/build with the errorerror NU1008: Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items
.I'm guessing that StrongNamer is modifying the PackageReference(s) for the package(s) it is adding strong names to, and add a Version attribute.
The text was updated successfully, but these errors were encountered: