-
Notifications
You must be signed in to change notification settings - Fork 2
/
Directory.Packages.props
24 lines (23 loc) · 1.25 KB
/
Directory.Packages.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<ItemGroup>
<PackageVersion Include="MahApps.Metro" Version="2.4.10" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="8.0.1" />
<PackageVersion Include="CodeJam" Version="4.1.0" />
<PackageVersion Include="Dapper" Version="2.1.28" />
<PackageVersion Include="PetaPoco.Compiled" Version="6.0.677" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageVersion Include="EntityFramework" Version="6.4.4" />
<PackageVersion Include="BLToolkit" Version="4.3.9" />
<PackageVersion Include="linq2db" Version="5.3.2" />
<PackageVersion Include="linq2db.t4models" Version="5.3.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.15" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48'">
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.32" />
</ItemGroup>
</Project>