Skip to content

Instantly share code, notes, and snippets.

View AliTakrar's full-sized avatar

Ali Takrar AliTakrar

View GitHub Profile
@bricelam
bricelam / ConsoleApp.csproj
Last active March 24, 2024 12:25
Using NTS with Dapper
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.4" />
<PackageReference Include="NetTopologySuite.IO.SqlServerBytes" Version="2.0.0" />