<PackageReference Update="Microsoft.NETCore.App" Version="2.1.22" /><PackageReference Include="Platform.Core" Version="1.8.0" />
What is the difference between "Update" and "Include" in the above two lines?
<PackageReference Update="Microsoft.NETCore.App" Version="2.1.22" /><PackageReference Include="Platform.Core" Version="1.8.0" />
What is the difference between "Update" and "Include" in the above two lines?