Update SDK; htmx serving now works (#59)

This commit is contained in:
2026-07-04 20:27:39 -04:00
parent 84444e4789
commit 7c588662d2
2 changed files with 55 additions and 54 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -7,7 +7,6 @@
</PropertyGroup>
<ItemGroup>
<Content Include="appsettings*.json" CopyToOutputDirectory="Always" />
<Compile Include="Caches.fs" />
<Compile Include="ViewContext.fs" />
<Compile Include="Template.fs" />