Apigateway/AuthWebApi/AuthWebApi.csproj

14 lines
315 B
XML
Raw Normal View History

2022-11-02 11:31:23 -05:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JwtAuthManager\JwtAuthManager.csproj" />
</ItemGroup>
</Project>