Hi there,
I have updated to the latest tooling using pac install latest and created my project from the scratch using latest tooling (so its not an upgrade scenario, its a fresh project using the latest CLI v 0.3.4)
My pcfproj, cdsproj and devDependencies files already have got the versions as mentioned here
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/get-powerapps-cli#update-microsoft-powerapps-cli-to-the-latest-version
I can compile the project file using npm run build, but I cannot package it. My issue is when I do
msbuild /t:restore
I get an error saying error MSB4066: The attribute "Version" in element <PackageReference> is unrecognized.
Thats the cdsproj node that it is complaining about
<ItemGroup>
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="0.*" />
</ItemGroup>