File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
MultiTarget/PackageReferences Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.240829007" />
4- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.756" />
5- <PackageReference Include =" Microsoft.Web.WebView2" Version =" 1.0.2792.45" PrivateAssets =" all" />
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+ <PackageReference Condition = " '$(HasWinUI)' == 'true' " Include =" Microsoft.Web.WebView2" Version =" 1.0.2792.45" PrivateAssets =" all" />
66 </ItemGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
8+ <PackageReference Condition = " '$(HasWinUI)' == 'true' " Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
99 </ItemGroup >
1010</Project >
You can’t perform that action at this time.
0 commit comments