forked from dotnetcore/SmartCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartCode.Db.csproj
More file actions
23 lines (19 loc) · 938 Bytes
/
Copy pathSmartCode.Db.csproj
File metadata and controls
23 lines (19 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SmartSql.Options" Version="4.1.50" />
<PackageReference Include="SmartSql.TypeHandler" Version="4.1.50" />
<PackageReference Include="SmartSql.TypeHandler.PostgreSql" Version="4.1.50" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
<PackageReference Include="MySql.Data" Version="8.0.29" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.60" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SmartCode.TemplateEngine\SmartCode.TemplateEngine.csproj" />
<ProjectReference Include="..\SmartCode\SmartCode.csproj" />
</ItemGroup>
</Project>