Updates Maui Project Package References
includes <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" /> which will otherwise be requested as an update from 8.0.3 in package manager.
This commit is contained in:
parent
62b3ca2fb9
commit
403325d9dd
|
@ -72,6 +72,7 @@
|
|||
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.1" />
|
||||
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
|
||||
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
|
||||
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user