* Use htmx for front end (#36) * Use short GUIDs in URLs and forms (#1) * Refresh theme (#38) * Use ASP.NET Core for log on/off (#39) * Fix date/time / time zone issues (#41) * Update help for v8 (#42) * Add FAKE build script (#37)
12 lines
337 B
XML
12 lines
337 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AssemblyVersion>8.0.0.0</AssemblyVersion>
|
|
<FileVersion>8.0.0.0</FileVersion>
|
|
<Authors>danieljsummers</Authors>
|
|
<Company>Bit Badger Solutions</Company>
|
|
<Version>8.0.0</Version>
|
|
<DebugType>Embedded</DebugType>
|
|
</PropertyGroup>
|
|
</Project>
|