I am upgrading my EntityFramework from version 6.2.0 to 6.3.0 but during the upgrade I get the 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 element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.
My .Net Framework is 4.5.2. Can someone help please? Thanks.
Please note I have seen all equivalent questions on Stackoverflow but they don't seem to help.