File tree 6 files changed +3
-10
lines changed
6 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
<!-- Maui -->
13
13
<ItemGroup Condition =" $(UseMaui) == 'true' " >
14
- <PackageVersion Include =" Microsoft.Maui.Controls.Compatibility" Version =" 8.0.20" Condition =" $(MSBuildProjectName.StartsWith('Prism.'))" />
15
14
<PackageVersion Include =" Microsoft.Maui.Controls" Version =" 8.0.20" Condition =" $(MSBuildProjectName.StartsWith('Prism.'))" />
16
- <PackageVersion Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" Condition =" !$(MSBuildProjectName.StartsWith('Prism.'))" />
17
15
<PackageVersion Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" Condition =" !$(MSBuildProjectName.StartsWith('Prism.'))" />
18
16
</ItemGroup >
19
17
<!-- Uno
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
11
10
<PackageReference Include =" Microsoft.Maui.Controls" />
12
11
</ItemGroup >
13
12
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
11
10
<PackageReference Include =" Microsoft.Maui.Controls" />
12
11
</ItemGroup >
13
12
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks >
51
51
</ItemGroup >
52
52
53
53
<ItemGroup >
54
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
55
54
<PackageReference Include =" Microsoft.Maui.Controls" />
56
55
</ItemGroup >
57
56
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" Prism.Container.DryIoc" />
13
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
14
13
<PackageReference Include =" Microsoft.Maui.Controls" />
15
14
</ItemGroup >
16
15
Original file line number Diff line number Diff line change 13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
17
16
<PackageReference Include =" Microsoft.Maui.Controls" />
18
17
<PackageReference Include =" System.Reactive" />
19
18
</ItemGroup >
You can’t perform that action at this time.
0 commit comments