dotnet-jwt-token-manager/Test/Test.csproj

17 lines
479 B
XML
Raw Permalink Normal View History

2024-12-20 01:50:06 -05:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenHarbor.JwtTokenManager\OpenHarbor.JwtTokenManager.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
</ItemGroup>
</Project>