DotNET

From NixOS Wiki
Revision as of 14:23, 1 March 2022 by imported>Milahu (add XML namespace error)

dotnet packages can be built with buildDotnetPackage

XML namespace error

The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.

TODO

See also