|
13 | 13 | <EnableMsixTooling>true</EnableMsixTooling> |
14 | 14 | <Nullable>enable</Nullable> |
15 | 15 | <TrimMode>partial</TrimMode> |
| 16 | + <TrimmerRemoveSymbols>true</TrimmerRemoveSymbols> |
16 | 17 | <SelfContained>true</SelfContained> |
17 | 18 | <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained> |
18 | 19 | <SatelliteResourceLanguages>en</SatelliteResourceLanguages> |
|
63 | 64 | <ItemGroup> |
64 | 65 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
65 | 66 | <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" /> |
66 | | - <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" /> |
| 67 | + <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.3916" /> |
67 | 68 | <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250401001" /> |
68 | 69 | <PackageReference Include="ReswPlus" Version="0.3.1.5" Publish="false"> |
69 | 70 | <TreatAsUsed>true</TreatAsUsed> |
|
151 | 152 | <!--We do not use WebView. It also produces build warnings.--> |
152 | 153 | <Target Name="RemoveUnnecessaryWebView2References" AfterTargets="ResolvePackageDependenciesForBuild"> |
153 | 154 | <ItemGroup> |
154 | | - <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.Core'"/> |
155 | | - <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.WinForms'"/> |
156 | | - <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.Wpf'"/> |
157 | | - <Reference Remove="@(ReferenceToBeRemoved)"/> |
| 155 | + <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.Core'" /> |
| 156 | + <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.WinForms'" /> |
| 157 | + <ReferenceToBeRemoved Include="@(Reference)" Condition="'%(Reference.FileName)' == 'Microsoft.Web.WebView2.Wpf'" /> |
| 158 | + <Reference Remove="@(ReferenceToBeRemoved)" /> |
158 | 159 | </ItemGroup> |
159 | 160 | </Target> |
160 | 161 | <Target Name="WindowsAppSdk_Issue_3843_Workaround_MsixContent" AfterTargets="AddMicrosoftWindowsAppSDKPayloadFiles"> |
|
0 commit comments