File tree Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 9
9
<Import Project =" $(ToolingDirectory)\MultiTarget\EnabledMultiTargets.props" />
10
10
<Import Project =" $(ToolingDirectory)\MultiTarget\EnabledTargetFrameworks.props" />
11
11
12
+ <!-- Use <MultiTarget> values to define <TargetFrameworks> -->
13
+ <Import Project =" $(ToolingDirectory)\MultiTarget\MultiTargetToTargetFramework.props" />
14
+
12
15
<!-- Enable project identifiers -->
13
16
<Import Project =" $(ToolingDirectory)\MultiTarget\ProjectIdentifiers.props" />
14
17
<Import Project =" $(ToolingDirectory)\MultiTarget\DefinedConstants.props" />
15
18
16
- <!-- Use <MultiTarget> values to define <TargetFrameworks> -->
17
- <Import Project =" $(ToolingDirectory)\MultiTarget\MultiTargetToTargetFramework.props" />
18
-
19
19
<!-- Add platform package dependencies -->
20
20
<Import Project =" $(ToolingDirectory)\MultiTarget\PackageReferences\Netstandard.props" Condition =" $(IsNetstandard) == 'true'" />
21
21
<Import Project =" $(ToolingDirectory)\MultiTarget\PackageReferences\Uno.props" Condition =" $(IsUno) == 'true'" />
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
3
+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
4
4
</ItemGroup >
5
5
</Project >
Original file line number Diff line number Diff line change 29
29
<ItemGroup Condition =" '$(IsWasmHead)' == 'true'" >
30
30
<PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.6.18" />
31
31
</ItemGroup >
32
-
33
- <ItemGroup >
34
- <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
35
- </ItemGroup >
36
32
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup Condition =" '$(IsUwp)' == 'true'" >
3
3
<PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.7.0" />
4
+ <PackageReference Include =" System.Collections.Immutable" Version =" 5.0.0" />
4
5
</ItemGroup >
5
6
6
7
<ItemGroup Condition =" '$(IsWinAppSdk)' == 'true'" >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" $(MSBuildThisFileDirectory)\App.Head.props" />
3
3
<Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\PackageReferences\Uno.props" />
4
+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
4
5
5
6
<!--
6
7
Import Uno dependencies for all deployable Uno-based Labs project heads.
Original file line number Diff line number Diff line change 121
121
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
122
122
<Version >6.2.12</Version >
123
123
</PackageReference >
124
- <PackageReference Include =" Microsoft.UI.Xaml" >
125
- <Version >2.7.0</Version >
126
- </PackageReference >
127
124
</ItemGroup >
128
125
129
126
<PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
You can’t perform that action at this time.
0 commit comments