Skip to content

Commit a13697e

Browse files
committed
Rest of move to 26100, including embedded CsWinRT carveout updates
1 parent 44a1c35 commit a13697e

File tree

18 files changed

+27
-21
lines changed

18 files changed

+27
-21
lines changed

src/AppInstallerRepositoryCore/AppInstallerRepositoryCore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{5eb88068-5fb9-4e69-89b2-72dbc5e068f9}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
1111
<RootNamespace>AppInstallerRepositoryCore</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/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.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
<Keyword>Win32Proj</Keyword>
1010
<RootNamespace>MicrosoftManagementConfigurationOutOfProc</RootNamespace>
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
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>

src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
Windows.ApplicationModel.AppInstallerPolicySourc;
9090
Windows.ApplicationModel.AddResourcePackageOption;
9191
Windows.ApplicationModel.IAddResourcePackageOption;
92+
Windows.ApplicationModel.FindRelatedPackagesOption;
93+
Windows.ApplicationModel.IFindRelatedPackagesOption;
9294
Windows.ApplicationModel.Packag;
9395
Windows.ApplicationModel.IPackag;
9496
Windows.ApplicationModel.Core.AppListEntr;
@@ -106,12 +108,14 @@
106108
Windows.Networking.IHostNam;
107109
Windows.Security.Cryptography.Certificates;
108110
Windows.Storage;
111+
Windows.Storage.Provider.FileUpdateStatu;
109112
Windows.System.ProcessorArchitectur;
110113
Windows.System.Use;
111114
Windows.System.IUse;
112115
</CsWinRTIncludes>
113116
<CsWinRTExcludes>
114117
Windows.Foundation.PropertyType;
118+
Windows.Storage.Provider;
115119
</CsWinRTExcludes>
116120
<!-- Ensure Support for Windows 10, Version 1809 -->
117121
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>

src/Microsoft.Management.Configuration.Projection/Microsoft.Management.Configuration.Projection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
4+
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
55
<Platform>AnyCpu</Platform>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
@@ -11,13 +11,13 @@
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>
1818
<CsWinRTIncludes>Microsoft.Management.Configuration</CsWinRTIncludes>
1919
<CsWinRTGeneratedFilesDir>$(OutDir)</CsWinRTGeneratedFilesDir>
20-
<CsWinRTWindowsMetadata>10.0.22000.0</CsWinRTWindowsMetadata>
20+
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
2121
<!-- Ensure Support for Windows 10, Version 1809 -->
2222
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
2323
</PropertyGroup>

src/Microsoft.Management.Configuration.UnitTests/Microsoft.Management.Configuration.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
4+
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
77
<Platforms>x64;x86;arm64</Platforms>

src/Microsoft.Management.Deployment.CsWinRTProjection/Microsoft.Management.Deployment.CsWinRTProjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0-windows10.0.22000.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0-windows10.0.26100.0</TargetFrameworks>
55
<Platform>AnyCpu</Platform>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
@@ -13,13 +13,13 @@
1313
<!--
1414
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1515
-->
16-
<WindowsSdkPackageVersion>10.0.22000.53</WindowsSdkPackageVersion>
16+
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
2020
<CsWinRTIncludes>Microsoft.Management.Deployment</CsWinRTIncludes>
2121
<CsWinRTGeneratedFilesDir>$(OutDir)</CsWinRTGeneratedFilesDir>
22-
<CsWinRTWindowsMetadata>10.0.22000.0</CsWinRTWindowsMetadata>
22+
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
2323
<!-- Ensure Support for Windows 10, Version 1809 -->
2424
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
2525
</PropertyGroup>

src/Microsoft.Management.Deployment.OutOfProc/Microsoft.Management.Deployment.OutOfProc.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
<Keyword>Win32Proj</Keyword>
1010
<RootNamespace>MicrosoftManagementDeploymentOutOfProc</RootNamespace>
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
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>

src/Microsoft.Management.Deployment.Projection/Microsoft.Management.Deployment.Projection.csproj

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

1616
<ItemGroup>
@@ -19,7 +19,7 @@
1919

2020
<!-- CsWinRT properties -->
2121
<PropertyGroup>
22-
<CsWinRTWindowsMetadata>10.0.22000.0</CsWinRTWindowsMetadata>
22+
<CsWinRTWindowsMetadata>10.0.26100.0</CsWinRTWindowsMetadata>
2323
<CsWinRTIncludes>Microsoft.Management.Deployment;Windows.Foundation;Windows.System.ProcessorArchitecture</CsWinRTIncludes>
2424
<CsWinRTExcludes>Windows.Foundation.Diagnostics</CsWinRTExcludes>
2525
</PropertyGroup>

src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Microsoft.WinGet.Client.Cmdlets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<!-- If these target frameworks are updated, make sure to also update the .psd1 and .nuspec files.-->
55
<!-- Keep in sync with attributes in AssemblyInfo.cs -->
6-
<CoreFramework>net8.0-windows10.0.22000.0</CoreFramework>
6+
<CoreFramework>net8.0-windows10.0.26100.0</CoreFramework>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<DesktopFramework>net48</DesktopFramework>
99
<Configurations>Debug;Release;ReleaseStatic</Configurations>

src/PowerShell/Microsoft.WinGet.Client.Engine/Microsoft.WinGet.Client.Engine.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,14 @@
134134
Windows.Networking.IHostNam;
135135
Windows.Security.Cryptography.Certificates;
136136
Windows.Storage;
137+
Windows.Storage.Provider.FileUpdateStatu;
137138
Windows.System.ProcessorArchitectur;
138139
Windows.System.Use;
139140
Windows.System.IUse;
140141
</CsWinRTIncludes>
141142
<CsWinRTExcludes>
142143
Windows.Foundation.PropertyType;
144+
Windows.Storage.Provider;
143145
</CsWinRTExcludes>
144146
<CsWinRTWindowsMetadata>$(TargetWindowsVersion)</CsWinRTWindowsMetadata>
145147
<!-- Ensure Support for Windows 10, Version 1809 -->

0 commit comments

Comments
 (0)