refactor: Umbenennung von Core.Security.Extensions in Core.Extension

This commit is contained in:
Developer 02
2024-12-16 10:24:19 +01:00
parent 58c8520c08
commit c6a4038eab
8 changed files with 20 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>