Latest stuff

This commit is contained in:
2024-11-04 09:01:29 -06:00
parent ac880d01b7
commit 2ca61de9d8
12 changed files with 521 additions and 0 deletions

14
forgetmenot-azure.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>forgetmenot_azure</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
</Project>