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 1
1
<Project >
2
2
<ItemGroup >
3
3
<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" />
5
4
<PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2792.45" PrivateAssets =" all" />
6
5
</ItemGroup >
7
- <ItemGroup >
8
- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
9
- </ItemGroup >
10
6
</Project >
Original file line number Diff line number Diff line change 34
34
<RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
35
35
<RuntimeIdentifiers Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
36
36
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
-
40
37
<!-- - Workaround for ADO 53865998 - See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/215 - Don't include extraneous WebView2 dll -->
41
38
<WebView2NeverCopyLoaderDllToOutputDirectory >true</WebView2NeverCopyLoaderDllToOutputDirectory >
42
39
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments