.
This commit is contained in:
parent
86aa0f856c
commit
0801ceee6a
310 changed files with 6712 additions and 418 deletions
26
Directory.Packages.props
Normal file
26
Directory.Packages.props
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="CommunityToolkit.Maui" Version="14.0.0" />
|
||||
<PackageVersion Include="CommunityToolkit.Maui.Camera" Version="6.0.0" />
|
||||
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
||||
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.30" />
|
||||
<PackageVersion
|
||||
Include="Microsoft.Maui.Controls.Compatibility"
|
||||
Version="10.0.30"
|
||||
/>
|
||||
<PackageVersion
|
||||
Include="Microsoft.Extensions.Logging.Debug"
|
||||
Version="10.0.0"
|
||||
/>
|
||||
<PackageVersion Include="SkiaSharp" Version="3.119.0" />
|
||||
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.1" />
|
||||
|
||||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
|
||||
<PackageVersion Include="xunit" Version="2.9.2" />
|
||||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
|
||||
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue