Commit 12312d2a authored by mgravell's avatar mgravell

try to include SNI

parent 46f180c3
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.6" /> <PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.6" />
</ItemGroup> </ItemGroup>
<!--
<PropertyGroup> <PropertyGroup>
<PostBuildEvent> <PostBuildEvent>
if not exist "$(TargetDir)x86" md "$(TargetDir)x86" if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
...@@ -70,5 +70,5 @@ ...@@ -70,5 +70,5 @@
xcopy /s /y /q "$(NuGetPackageRoot)\Microsoft.SqlServer.Types\14.0.1016.290\NativeBinaries\x64\*.*" "$(TargetDir)x64" xcopy /s /y /q "$(NuGetPackageRoot)\Microsoft.SqlServer.Types\14.0.1016.290\NativeBinaries\x64\*.*" "$(TargetDir)x64"
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
-->
</Project> </Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment