Update all deps but Giraffe.Htmx; migrate sln to slnx (#58)

This commit is contained in:
2026-06-20 15:40:23 -04:00
parent f9936bf6ae
commit 1b7010bff8
3 changed files with 22 additions and 59 deletions
+16 -16
View File
@@ -4,30 +4,30 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageVersion Include="BitBadger.AspNetCore.CanonicalDomains" Version="1.1.0" /> <PackageVersion Include="BitBadger.AspNetCore.CanonicalDomains" Version="1.1.0" />
<PackageVersion Include="BitBadger.Documents.Postgres" Version="4.1.0" /> <PackageVersion Include="BitBadger.Documents.Postgres" Version="4.2.0" />
<PackageVersion Include="BitBadger.Documents.Sqlite" Version="4.1.0" /> <PackageVersion Include="BitBadger.Documents.Sqlite" Version="4.2.0" />
<PackageVersion Include="DotLiquid" Version="2.2.692" /> <PackageVersion Include="DotLiquid" Version="2.3.197" />
<PackageVersion Include="Expecto" Version="10.2.3" /> <PackageVersion Include="Expecto" Version="11.1.0" />
<PackageVersion Include="Fluid.Core" Version="2.24.0" /> <PackageVersion Include="Fluid.Core" Version="2.31.0" />
<PackageVersion Include="FSharp.Core" Version="10.1.301" /> <PackageVersion Include="FSharp.Core" Version="10.1.301" />
<PackageVersion Include="Giraffe" Version="7.0.2" /> <PackageVersion Include="Giraffe" Version="8.2.0" />
<PackageVersion Include="Giraffe.Htmx" Version="2.0.6" /> <PackageVersion Include="Giraffe.Htmx" Version="2.0.6" />
<PackageVersion Include="Giraffe.ViewEngine.Htmx" Version="2.0.6" /> <PackageVersion Include="Giraffe.ViewEngine.Htmx" Version="2.0.6" />
<PackageVersion Include="Markdig" Version="0.41.3" /> <PackageVersion Include="Markdig" Version="1.3.2" />
<PackageVersion Include="Markdown.ColorCode" Version="3.0.0" /> <PackageVersion Include="Markdown.ColorCode" Version="3.0.1" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.6" /> <PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.6" /> <PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" /> <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.9" />
<PackageVersion Include="Microsoft.FSharpLu.Json" Version="0.11.7" /> <PackageVersion Include="Microsoft.FSharpLu.Json" Version="0.11.7" />
<PackageVersion Include="NeoSmart.Caching.Sqlite.AspNetCore" Version="9.0.1" /> <PackageVersion Include="NeoSmart.Caching.Sqlite.AspNetCore" Version="9.0.1" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="NodaTime" Version="3.2.2" /> <PackageVersion Include="NodaTime" Version="3.3.2" />
<PackageVersion Include="NodaTime.Serialization.JsonNet" Version="3.2.0" /> <PackageVersion Include="NodaTime.Serialization.JsonNet" Version="3.3.0" />
<PackageVersion Include="Npgsql.NodaTime" Version="9.0.3" /> <PackageVersion Include="Npgsql.NodaTime" Version="10.0.3" />
<PackageVersion Include="RethinkDB.DistributedCache" Version="1.0.0-rc1" /> <PackageVersion Include="RethinkDB.DistributedCache" Version="1.0.0-rc1" />
<PackageVersion Include="RethinkDb.Driver" Version="2.3.150" /> <PackageVersion Include="RethinkDb.Driver" Version="2.3.150" />
<PackageVersion Include="RethinkDb.Driver.FSharp" Version="0.9.0-beta-07" /> <PackageVersion Include="RethinkDb.Driver.FSharp" Version="0.9.0-beta-07" />
<PackageVersion Include="System.ServiceModel.Syndication" Version="9.0.6" /> <PackageVersion Include="System.ServiceModel.Syndication" Version="10.0.9" />
<PackageVersion Include="ThrowawayDb.Postgres" Version="1.4.0" /> <PackageVersion Include="ThrowawayDb.Postgres" Version="1.4.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
-43
View File
@@ -1,43 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MyWebLog.Domain", "MyWebLog.Domain\MyWebLog.Domain.fsproj", "{8CA99122-888A-4524-8C1B-685F0A4B7B4B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MyWebLog.Data", "MyWebLog.Data\MyWebLog.Data.fsproj", "{D284584D-2CB2-40C8-B605-6D0FD84D9D3D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MyWebLog", "MyWebLog\MyWebLog.fsproj", "{5655B63D-429F-4CCD-A14C-FBD74D987ECB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MyWebLog.Tests", "MyWebLog.Tests\MyWebLog.Tests.fsproj", "{D927D39F-26EC-4A54-989A-9D474F232398}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CA99122-888A-4524-8C1B-685F0A4B7B4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA99122-888A-4524-8C1B-685F0A4B7B4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA99122-888A-4524-8C1B-685F0A4B7B4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA99122-888A-4524-8C1B-685F0A4B7B4B}.Release|Any CPU.Build.0 = Release|Any CPU
{D284584D-2CB2-40C8-B605-6D0FD84D9D3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D284584D-2CB2-40C8-B605-6D0FD84D9D3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D284584D-2CB2-40C8-B605-6D0FD84D9D3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D284584D-2CB2-40C8-B605-6D0FD84D9D3D}.Release|Any CPU.Build.0 = Release|Any CPU
{5655B63D-429F-4CCD-A14C-FBD74D987ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5655B63D-429F-4CCD-A14C-FBD74D987ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5655B63D-429F-4CCD-A14C-FBD74D987ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5655B63D-429F-4CCD-A14C-FBD74D987ECB}.Release|Any CPU.Build.0 = Release|Any CPU
{D927D39F-26EC-4A54-989A-9D474F232398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D927D39F-26EC-4A54-989A-9D474F232398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D927D39F-26EC-4A54-989A-9D474F232398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D927D39F-26EC-4A54-989A-9D474F232398}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70EEF0F4-8709-44A8-AD9B-24D1EB84CFB4}
EndGlobalSection
EndGlobal
+6
View File
@@ -0,0 +1,6 @@
<Solution>
<Project Path="MyWebLog.Data/MyWebLog.Data.fsproj" />
<Project Path="MyWebLog.Domain/MyWebLog.Domain.fsproj" />
<Project Path="MyWebLog.Tests/MyWebLog.Tests.fsproj" />
<Project Path="MyWebLog/MyWebLog.fsproj" />
</Solution>