db migration for IsFinished

This commit is contained in:
Robert McRackan 2024-09-11 07:56:18 -04:00
parent 2fd8ea91e1
commit d1d0a7e487
4 changed files with 502 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.17.1</Version>
<Version>11.4.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="11.0.1" />