1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <OutputType>Library</OutputType>
5 <TargetFramework>net7.0</TargetFramework>
6 <ImplicitUsings>enable</ImplicitUsings>
7 <Nullable>enable</Nullable>
8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9 <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
10 </PropertyGroup>
11</Project>