forked from Dartanlla/OWS
-
Notifications
You must be signed in to change notification settings - Fork 5
/
OWSData.csproj
24 lines (20 loc) · 1008 Bytes
/
OWSData.csproj
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 Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.138" />
<PackageReference Include="Dapper.Transaction" Version="2.0.123" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.7" />
<PackageReference Include="MongoDB.Driver" Version="2.19.2" />
<PackageReference Include="MySql.Data" Version="8.0.33" />
<PackageReference Include="Npgsql" Version="7.0.4" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OWSShared\OWSShared.csproj" />
</ItemGroup>
</Project>