dotnet-installer/eng/ManualVersions.props

17 lines
935 B
Text
Raw Normal View History

2020-09-18 04:16:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- The following properties (unlike those in version.props) are maintained manually. So
when there is a merge conflict, the highest version should generally be chosen, rather
than keeping what's in the branch, which is the usual strategy with version.props merge
conflicts.
Basically: In this file, choose the highest version when resolving merge conflicts.
2020-09-18 04:16:38 +00:00
-->
<PropertyGroup>
2021-01-21 02:38:58 +00:00
<MicrosoftWindowsSDKNETRef10_0_17763PackageVersion>10.0.17763.13</MicrosoftWindowsSDKNETRef10_0_17763PackageVersion>
<MicrosoftWindowsSDKNETRef10_0_18362PackageVersion>10.0.18362.13</MicrosoftWindowsSDKNETRef10_0_18362PackageVersion>
<MicrosoftWindowsSDKNETRef10_0_19041PackageVersion>10.0.19041.13</MicrosoftWindowsSDKNETRef10_0_19041PackageVersion>
2020-09-18 04:16:38 +00:00
</PropertyGroup>
</Project>