forked from ret-Phoenix/oscript-sql
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoscript-sql.csproj
More file actions
20 lines (19 loc) · 909 Bytes
/
oscript-sql.csproj
File metadata and controls
20 lines (19 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{EA173D06-CCD2-45D5-A263-DC866289517A}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>OScriptSql</RootNamespace>
<AssemblyName>1script_sql</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.24" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="OneScript" Version="2.0.0-rc.7" />
<PackageReference Include="OneScript.CoreLib" Version="2.0.0-rc.7" />
<PackageReference Include="OneScript.StandardLibrary" Version="2.0.0-rc.7" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
</ItemGroup>
</Project>