dotnet-installer/eng/ManualVersions.props

15 lines
888 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 property needs to choice the highest when there is merge conflict.
Unlike Versions.props the following property is maintained manually. So there won't be
a bot Checking into multiple branches. Instead of keeping what's in branch,
whenever there is a merge conflict. Pick the highest.
-->
<PropertyGroup>
<MicrosoftWindowsSDKNETRef10_0_17763PackageVersion>10.0.17763.3-preview</MicrosoftWindowsSDKNETRef10_0_17763PackageVersion>
<MicrosoftWindowsSDKNETRef10_0_18362PackageVersion>10.0.18362.4-preview</MicrosoftWindowsSDKNETRef10_0_18362PackageVersion>
<MicrosoftWindowsSDKNETRef10_0_19041PackageVersion>10.0.19041.3-preview</MicrosoftWindowsSDKNETRef10_0_19041PackageVersion>
</PropertyGroup>
</Project>