Add roll forward LatestPatch to WindowsDesktop (dotnet/core-setup#6664)
authorVitek Karas <vitek.karas@microsoft.com>
Tue, 4 Jun 2019 17:48:09 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 17:48:09 +0000 (10:48 -0700)
commit2b333d1d07c73e4fa25af749b703bcf306b90f90
treeda4e64f8d10fa1ca3d6c08e55db1d5201cc1a550
parentb479f370dde4f080d3ac5c41e8a776eca80c8cc9
Add roll forward LatestPatch to WindowsDesktop (dotnet/core-setup#6664)

The Microsoft.WindowsDesktop.App shared framework depends on Microsoft.NETCore.App, but currently it doesn't specify roll forward policy. This means it defaults to Minor. That is not desirable as minor versions are not tested against each other.
Since the WindowsDesktop and NETCore.App always ship together, it's better to specify `rollForward=LatestPatch` to limit the dependency to only patch differences.

Commit migrated from https://github.com/dotnet/core-setup/commit/84067f3830954d84970620ba4b23f242b77ae7bc
src/installer/pkg/packaging-tools/sharedFramework/sharedFramework.csproj