Newer
Older
percord / extra / admin-api / Interop / Spacebar.Interop.Authentication.AspNetCore / Spacebar.Interop.Authentication.AspNetCore.csproj
@Rory& Rory& on 3 Feb 467 bytes Abstract out C# auth
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net10.0</TargetFramework>
        <Nullable>enable</Nullable>
        <ImplicitUsings>enable</ImplicitUsings>
    </PropertyGroup>

    <ItemGroup>
        <FrameworkReference Include="Microsoft.AspNetCore.App"/>
    </ItemGroup>

    <ItemGroup>
      <ProjectReference Include="..\Spacebar.Interop.Authentication\Spacebar.Interop.Authentication.csproj" />
    </ItemGroup>

</Project>