Skip to content

Commit 16243e6

Browse files
authored
Merge pull request #1012 from inforithmics/RemoveMauiControlsCompatibilityNuget
Removed Microsoft.Maui.Controls.Maui.Compatbility is not needed and deprecated
2 parents 4806986 + 103b63e commit 16243e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Caliburn.Micro.Maui.Tests/Caliburn.Micro.Maui.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
20-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
2120
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2221
<PackageReference Include="Moq" Version="4.20.72" />
2322
<PackageReference Include="xunit" Version="2.9.2" />

src/Caliburn.Micro.Maui/Caliburn.Micro.Maui.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110

111111
<ItemGroup>
112112
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
113-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.92" />
114113
</ItemGroup>
115114

116115
<ItemGroup>

0 commit comments

Comments
 (0)