We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eed32a commit 913d38eCopy full SHA for 913d38e
src/SmartSql.Bulk.MsSqlServer/SmartSql.Bulk.MsSqlServer.csproj
@@ -0,0 +1,24 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup>
4
+ <TargetFramework>netstandard2.0</TargetFramework>
5
+ </PropertyGroup>
6
7
8
+ <DefineConstants>MicrosoftSqlClient</DefineConstants>
9
10
11
+ <ItemGroup>
12
+ <PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.1" />
13
+ </ItemGroup>
14
15
16
+ <ProjectReference Include="..\SmartSql.Bulk\SmartSql.Bulk.csproj" />
17
18
19
20
+ <Compile Include="..\SmartSql.Bulk.SqlServer\BulkInsert.cs">
21
+ <Link>BulkInsert.cs</Link>
22
+ </Compile>
23
24
+</Project>
0 commit comments