File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
33 <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.240829007" />
4- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.756" />
54 <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2792.45" PrivateAssets =" all" />
65 </ItemGroup >
7- <ItemGroup >
8- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
9- </ItemGroup >
106</Project >
Original file line number Diff line number Diff line change 3434 <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
3535 <RuntimeIdentifiers Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
3636
37- <WindowsSdkPackageVersion Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >10.0.22621.41</WindowsSdkPackageVersion >
38- <WindowsSdkPackageVersion Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >10.0.22621.38</WindowsSdkPackageVersion >
39-
4037 <!-- - Workaround for ADO 53865998 - See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/215 - Don't include extraneous WebView2 dll -->
4138 <WebView2NeverCopyLoaderDllToOutputDirectory >true</WebView2NeverCopyLoaderDllToOutputDirectory >
4239 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments