File tree 1 file changed +4
-4
lines changed
MultiTarget/PackageReferences
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<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" />
6
6
</ItemGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
8
+ <PackageReference Condition = " '$(HasWinUI)' == 'true' " Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" />
9
9
</ItemGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments