Skip to content

Commit

Permalink
Merge pull request #416 from mk3008/415-experiment-typesafe-query-bui…
Browse files Browse the repository at this point in the history
…lder-single-table

415 experiment typesafe query builder single table
  • Loading branch information
mk3008 authored May 21, 2024
2 parents 8c3b354 + 4443070 commit fc566da
Show file tree
Hide file tree
Showing 31 changed files with 2,769 additions and 9 deletions.
14 changes: 14 additions & 0 deletions src/Carbunql.TypeSafe/Carbunql.TypeSafe.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12.0</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Carbunql\Carbunql.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit fc566da

Please sign in to comment.