Skip to content

Commit 44a1c35

Browse files
committed
wip on move to 26100
1 parent bd94726 commit 44a1c35

File tree

28 files changed

+38
-38
lines changed

28 files changed

+38
-38
lines changed

.vsconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"Microsoft.VisualStudio.Component.VC.ASAN",
5151
"Microsoft.VisualStudio.Component.Vcpkg",
5252
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
53-
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
53+
"Microsoft.VisualStudio.Component.Windows11SDK.26100",
5454
"Microsoft.VisualStudio.Workload.NativeDesktop",
5555
"Microsoft.Component.NetFX.Native",
5656
"Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard",

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd
187187
WindowsPackageManager\WindowsPackageManager.dll
188188
UndockedRegFreeWinRT\winrtact.dll
189-
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net8.0-windows10.0.22000.0\SharedDependencies\$(BuildPlatform)
189+
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net8.0-windows10.0.26100.0\SharedDependencies\$(BuildPlatform)
190190
flattenFolders: true
191191

192192
- task: CopyFiles@2
@@ -215,7 +215,7 @@ jobs:
215215
inputs:
216216
SourceFolder: $(buildOutDirAnyCpu)
217217
Contents: |
218-
Microsoft.Management.Configuration.Projection\net8.0-windows10.0.22000.0\Microsoft.Management.Configuration.Projection.dll
218+
Microsoft.Management.Configuration.Projection\net8.0-windows10.0.26100.0\Microsoft.Management.Configuration.Projection.dll
219219
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Configuration\SharedDependencies\$(BuildPlatform)
220220
flattenFolders: true
221221

doc/Developing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* Universal Windows Platform Development
1313
* Check [.vsconfig file](../.vsconfig) for full components list
1414

15-
* [Windows SDK for Windows 11 (10.0.22000.194)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
15+
* [Windows SDK for Windows 11 (10.0.26100)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
1616

1717
> [!NOTE]
18-
> You can also get it through `winget install Microsoft.WindowsSDK --version 10.0.22000.832` (use --force if you have a newer version installed) or via Visual Studio > Get Tools and Features > Individual Components > Windows 10 SDK (10.0.22000.0)
18+
> You can also get it through `winget install Microsoft.WindowsSDK.10.0.26100` or via Visual Studio > Get Tools and Features > Individual Components > Windows 10 SDK (10.0.26100.0)
1919
2020
* The following extensions:
2121

src/AppInstallerCLI/AppInstallerCLI.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{5b6f90df-fd19-4bae-83d9-24dad128e777}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
1111
<RootNamespace>AppInstallerCLI</RootNamespace>
12-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1313
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1414
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
1515
</PropertyGroup>

src/AppInstallerCLICore/AppInstallerCLICore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{1c6e0108-2860-4b17-9f7e-fa5c6c1f3d3d}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
1111
<RootNamespace>AppInstallerCLICore</RootNamespace>
12-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1313
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1414
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
1515
</PropertyGroup>

src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!--
1212
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1313
-->
14-
<WindowsSdkPackageVersion>10.0.22000.53</WindowsSdkPackageVersion>
14+
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
@@ -43,7 +43,7 @@
4343

4444
<!-- CsWinRT properties -->
4545
<PropertyGroup>
46-
<CsWinRTWindowsMetadata>10.0.22000.0</CsWinRTWindowsMetadata>
46+
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
4747
</PropertyGroup>
4848

4949
<ItemGroup>

src/AppInstallerCLIPackage/AppInstallerCLIPackage.wapproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
4444
<PropertyGroup>
4545
<ProjectGuid>6aa3791a-0713-4548-a357-87a323e7ac3a</ProjectGuid>
46-
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
46+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
4747
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
4848
<DefaultLanguage>en-US</DefaultLanguage>
4949
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
@@ -236,7 +236,7 @@
236236
<WinGetAdditionalPackageFile Include="$(WinGetAdditionalPackageFileRoot)\$(PlatformTarget)\$(Configuration)\Microsoft.Management.Configuration\Microsoft.Management.Configuration.winmd">
237237
<PackagePath>Microsoft.Management.Configuration.winmd</PackagePath>
238238
</WinGetAdditionalPackageFile>
239-
<WinGetAdditionalPackageFile Include="$(WinGetAdditionalPackageFileRoot)\$(PlatformTarget)\$(Configuration)\ConfigurationRemotingServer\net8.0-windows10.0.22000.0\$(ConfigServerRid)\**\*">
239+
<WinGetAdditionalPackageFile Include="$(WinGetAdditionalPackageFileRoot)\$(PlatformTarget)\$(Configuration)\ConfigurationRemotingServer\net8.0-windows10.0.26100.0\$(ConfigServerRid)\**\*">
240240
<PackagePath>ConfigurationRemotingServer</PackagePath>
241241
<Recurse>true</Recurse>
242242
</WinGetAdditionalPackageFile>

src/AppInstallerCLITests/AppInstallerCLITests.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectGuid>{89b1aab4-2bbc-4b65-9ed7-a01d5cf88230}</ProjectGuid>
1111
<Keyword>Win32Proj</Keyword>
1212
<RootNamespace>AppInstallerCLITests</RootNamespace>
13-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
13+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1414
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1515
<ProjectName>AppInstallerCLITests</ProjectName>
1616
</PropertyGroup>

src/AppInstallerSharedLib/AppInstallerSharedLib.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<VCProjectVersion>15.0</VCProjectVersion>
99
<ProjectGuid>{F3F6E699-BC5D-4950-8A05-E49DD9EB0D51}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
11-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
11+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
1212
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1313
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
1414
</PropertyGroup>

src/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProjectGuid>{6CB84692-5994-407D-B9BD-9216AF77FE83}</ProjectGuid>
66
<Keyword>Win32Proj</Keyword>
77
<RootNamespace>AppInstallerTestExeInstaller</RootNamespace>
8-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
8+
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
99
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1010
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)