What do references to the 17763 SDK in project files have to do with the building requirement of a 18362 SDK? #810

Open
opened 2026-01-30 22:05:16 +00:00 by claunia · 0 comments
Owner

Originally created by @fghzxm on GitHub (May 8, 2019).

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    10.0.18362.86

  • What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)

:: commit d5b8e7c32f7a419a7d467eab038251ee529056e6
> grep -r . -I -Fwe 17763
./build/scripts/Create-AppxBundle.ps1:    $MakeAppxPath = "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\MakeAppx.exe"
./packages/Microsoft.UI.Xaml.2.1.190405001-prerelease/build/Microsoft.UI.Xaml.targets:        Text="Microsoft.UI.Xaml nuget package requires TargetPlatformVersion >= 10.0.17763.0 (current project is $(MicrosoftUIXamlTargetPlatformCheckValue))"
./packages/Microsoft.UI.Xaml.2.1.190405001-prerelease/build/Microsoft.UI.Xaml.targets:        Condition="$(MicrosoftUIXamlTargetPlatformCheckValue) < 17763" />
./pkg/appx/OpenConsolePackage.wapproj:    <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
./samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj:    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
./src/cascadia/CascadiaPackage/CascadiaPackage.wapproj:    <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
./src/cascadia/CascadiaPackage/CascadiaPackage.wapproj:    <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
./src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj:    <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
./src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj:    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
./src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj:    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
./src/common.build.pre.props:    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
./src/cppwinrt.build.pre.props:    <!-- 17763 is RS5 -->
./src/cppwinrt.build.pre.props:    <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformVersion>
./src/cppwinrt.build.pre.props:    <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
./src/tools/vtpipeterm/VtPipeTerm.vcxproj:    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  • What's wrong / what should be happening instead:
    What do those references to the 17763 SDK in the project files have to do with the building requirement of a 18362 SDK?
Originally created by @fghzxm on GitHub (May 8, 2019). * Your Windows build number: (Type `ver` at a Windows Command Prompt) `10.0.18362.86` * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) ```cmd :: commit d5b8e7c32f7a419a7d467eab038251ee529056e6 > grep -r . -I -Fwe 17763 ./build/scripts/Create-AppxBundle.ps1: $MakeAppxPath = "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\MakeAppx.exe" ./packages/Microsoft.UI.Xaml.2.1.190405001-prerelease/build/Microsoft.UI.Xaml.targets: Text="Microsoft.UI.Xaml nuget package requires TargetPlatformVersion &gt;= 10.0.17763.0 (current project is $(MicrosoftUIXamlTargetPlatformCheckValue))" ./packages/Microsoft.UI.Xaml.2.1.190405001-prerelease/build/Microsoft.UI.Xaml.targets: Condition="$(MicrosoftUIXamlTargetPlatformCheckValue) &lt; 17763" /> ./pkg/appx/OpenConsolePackage.wapproj: <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion> ./samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj: <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> ./src/cascadia/CascadiaPackage/CascadiaPackage.wapproj: <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion> ./src/cascadia/CascadiaPackage/CascadiaPackage.wapproj: <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> ./src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj: <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion> ./src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj: <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> ./src/cascadia/WindowsTerminal/WindowsTerminal.vcxproj: <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> ./src/common.build.pre.props: <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> ./src/cppwinrt.build.pre.props: <!-- 17763 is RS5 --> ./src/cppwinrt.build.pre.props: <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformVersion> ./src/cppwinrt.build.pre.props: <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion> ./src/tools/vtpipeterm/VtPipeTerm.vcxproj: <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> ``` * What's wrong / what should be happening instead: What do those references to the 17763 SDK in the project files have to do with the building requirement of a 18362 SDK?
claunia added the Resolution-Fix-AvailableIssue-BugProduct-TerminalArea-Build labels 2026-01-30 22:05:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#810