2021-11-04 22:28:47 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
2023-11-22 16:09:52 -05:00
|
|
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
2024-01-02 19:02:24 -05:00
|
|
|
<VersionPrefix>1.9.10</VersionPrefix>
|
|
|
|
<PackageReleaseNotes>Update script tags to pull htmx 1.9.10; add support for .NET 8</PackageReleaseNotes>
|
2021-11-04 22:28:47 -04:00
|
|
|
<Authors>danieljsummers</Authors>
|
|
|
|
<Company>Bit Badger Solutions</Company>
|
|
|
|
<PackageProjectUrl>https://github.com/bit-badger/Giraffe.Htmx</PackageProjectUrl>
|
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
|
|
<RepositoryUrl>https://github.com/bit-badger/Giraffe.Htmx</RepositoryUrl>
|
|
|
|
<RepositoryType>Git</RepositoryType>
|
|
|
|
<Copyright>MIT License</Copyright>
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
<PackageTags>Giraffe htmx</PackageTags>
|
|
|
|
</PropertyGroup>
|
2024-01-02 19:02:24 -05:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Update="FSharp.Core" Version="6.0.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|