Implement central package management (#58)

This commit is contained in:
2026-06-20 15:27:31 -04:00
parent 5635e2be32
commit f9936bf6ae
5 changed files with 62 additions and 29 deletions
+3 -3
View File
@@ -26,9 +26,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Expecto" Version="10.2.3" />
<PackageReference Include="ThrowawayDb.Postgres" Version="1.4.0" />
<PackageReference Update="FSharp.Core" Version="9.0.300" />
<PackageReference Include="Expecto" />
<PackageReference Include="FSharp.Core" />
<PackageReference Include="ThrowawayDb.Postgres" />
</ItemGroup>
<ItemGroup>