-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
15 lines (15 loc) · 786 Bytes
/
Directory.Packages.props
File metadata and controls
15 lines (15 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AsyncAwaitBestPractices.MVVM" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.3.0" />
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.50" />
<PackageVersion Include="CommunityToolkit.Maui" Version="14.0.1" />
<PackageVersion Include="CommunityToolkit.Maui.Markup" Version="7.0.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.1" />
<PackageVersion Include="Refit.HttpClientFactory" Version="10.1.6" />
</ItemGroup>
</Project>