Skip to content

Commit

Permalink
Create KWiJisho.Database.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Jul 16, 2024
1 parent c6c2f67 commit a81dfc3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/KWiJisho.Database/KWiJisho.Database.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.7" />
</ItemGroup>

</Project>

0 comments on commit a81dfc3

Please sign in to comment.