File tree Expand file tree Collapse file tree 8 files changed +4
-13
lines changed
Expand file tree Collapse file tree 8 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212 <!-- Maui -->
1313 <ItemGroup Condition =" $(UseMaui) == 'true' " >
14- <PackageVersion Include =" Microsoft.Maui.Controls.Compatibility" Version =" 8.0.20" Condition =" $(MSBuildProjectName.StartsWith('Prism.'))" />
1514 <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.'))" />
1715 <PackageVersion Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" Condition =" !$(MSBuildProjectName.StartsWith('Prism.'))" />
1816 </ItemGroup >
1917 <!-- Uno
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1110 <PackageReference Include =" Microsoft.Maui.Controls" />
1211 </ItemGroup >
1312
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1110 <PackageReference Include =" Microsoft.Maui.Controls" />
1211 </ItemGroup >
1312
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks >
5151 </ItemGroup >
5252
5353 <ItemGroup >
54- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
5554 <PackageReference Include =" Microsoft.Maui.Controls" />
5655 </ItemGroup >
5756
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
1010
1111 <ItemGroup >
1212 <PackageReference Include =" Prism.Container.DryIoc" />
13- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1413 <PackageReference Include =" Microsoft.Maui.Controls" />
1514 </ItemGroup >
1615
Original file line number Diff line number Diff line change 1313 </ItemGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1716 <PackageReference Include =" Microsoft.Maui.Controls" />
1817 <PackageReference Include =" System.Reactive" />
1918 </ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
99 </ItemGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1312 <PackageReference Include =" Microsoft.Maui.Controls" />
1413 <PackageReference Include =" GitHubActionsTestLogger" >
1514 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 1010 </ItemGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" />
1413 <PackageReference Include =" Microsoft.Maui.Controls" />
1514 <PackageReference Include =" GitHubActionsTestLogger" >
1615 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments