AutheliaMultiDomainProxy/AutheliaMultiDomainProxy.csproj

14 lines
332 B
XML
Raw Permalink Normal View History

2023-03-28 22:04:56 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nager.PublicSuffix" Version="2.4.0" />
</ItemGroup>
2023-03-28 22:04:56 +02:00
</Project>