forked from Dartanlla/OWS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWSData.csproj
20 lines (20 loc) · 1001 Bytes
/
OWSData.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Dapper.Transaction" Version="2.1.28" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
<PackageReference Include="MySql.Data" Version="8.4.0" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OWSShared\OWSShared.csproj" />
</ItemGroup>
</Project>