[REMOVE] Remove old project data

This commit is contained in:
max 2024-12-16 02:36:10 +01:00
parent e62bdfeeae
commit 21675300bb
2 changed files with 0 additions and 30 deletions

View File

@ -1,10 +0,0 @@
namespace DotBased.AspNet.AuthMaster;
public static class AuthMasterExtensions
{
public static AuthenticationBuilder UseAuthMaster()
{
}
}

View File

@ -1,20 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.Components.Authorization">
<HintPath>..\..\..\.nuget\packages\microsoft.aspnetcore.components.authorization\8.0.11\lib\net8.0\Microsoft.AspNetCore.Components.Authorization.dll</HintPath>
</Reference>
</ItemGroup>
</Project>