-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
21 lines (21 loc) · 1.09 KB
/
Directory.Packages.props
File metadata and controls
21 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Bluehill.Features" Version="0.12.0" />
<PackageVersion Include="Bluehill.Forms" Version="0.12.0" />
<PackageVersion Include="Bluehill.CompilerServices" Version="1.3.0" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageVersion Include="JsonSchema.Net" Version="7.4.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="10.0.11" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
<PackageVersion Include="MudBlazor" Version="8.15.0" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Bluehill.Imports" Version="1.0.21" />
</ItemGroup>
</Project>