Files

35 lines
1.3 KiB
XML
Raw Permalink Normal View History

2024-03-13 16:18:05 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2024-08-20 14:25:41 +02:00
<RootNamespace>TurnstileTag</RootNamespace>
<AssemblyName>TurnstileTag</AssemblyName>
<Version>1.0.0</Version>
2024-03-13 16:18:05 +01:00
</PropertyGroup>
2024-08-20 14:25:41 +02:00
<PropertyGroup>
<Product>TurnstileTag</Product>
<Title>TurnstileTag</Title>
<Copyright>Copyright © Tobias Klika 2024</Copyright>
<Tags>Vite, npm, middleware, server, development</Tags>
<Authors>Tobias Klika</Authors>
<Description>TurnstileTag renders a hidden turnstile captcha within ASP.NET Core.</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ceee/TurnstileTag.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageId>TurnstileTag</PackageId>
<PackageProjectUrl>https://github.com/ceee/TurnstileTag</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
2024-03-13 16:18:05 +01:00
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>