File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <Import Project =" $(ToolingDirectory)\MultiTarget\EnabledMultiTargets.props" />
1010 <Import Project =" $(ToolingDirectory)\MultiTarget\EnabledTargetFrameworks.props" />
1111
12+ <!-- Use <MultiTarget> values to define <TargetFrameworks> -->
13+ <Import Project =" $(ToolingDirectory)\MultiTarget\MultiTargetToTargetFramework.props" />
14+
1215 <!-- Enable project identifiers -->
1316 <Import Project =" $(ToolingDirectory)\MultiTarget\ProjectIdentifiers.props" />
1417 <Import Project =" $(ToolingDirectory)\MultiTarget\DefinedConstants.props" />
1518
16- <!-- Use <MultiTarget> values to define <TargetFrameworks> -->
17- <Import Project =" $(ToolingDirectory)\MultiTarget\MultiTargetToTargetFramework.props" />
18-
1919 <!-- Add platform package dependencies -->
2020 <Import Project =" $(ToolingDirectory)\MultiTarget\PackageReferences\Netstandard.props" Condition =" $(IsNetstandard) == 'true'" />
2121 <Import Project =" $(ToolingDirectory)\MultiTarget\PackageReferences\Uno.props" Condition =" $(IsUno) == 'true'" />
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
3- <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
3+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
44 </ItemGroup >
55</Project >
Original file line number Diff line number Diff line change 2929 <ItemGroup Condition =" '$(IsWasmHead)' == 'true'" >
3030 <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.6.18" />
3131 </ItemGroup >
32-
33- <ItemGroup >
34- <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
35- </ItemGroup >
3632</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup Condition =" '$(IsUwp)' == 'true'" >
33 <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.7.0" />
4+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
45 </ItemGroup >
56
67 <ItemGroup Condition =" '$(IsWinAppSdk)' == 'true'" >
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" $(MSBuildThisFileDirectory)\App.Head.props" />
33 <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\PackageReferences\Uno.props" />
4+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
45
56 <!--
67 Import Uno dependencies for all deployable Uno-based Labs project heads.
Original file line number Diff line number Diff line change 121121 <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
122122 <Version >6.2.12</Version >
123123 </PackageReference >
124- <PackageReference Include =" Microsoft.UI.Xaml" >
125- <Version >2.7.0</Version >
126- </PackageReference >
127124 </ItemGroup >
128125
129126 <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
You can’t perform that action at this time.
0 commit comments