2018-09-01 10:24:05 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 14:22:43 -05:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2018-09-01 10:24:05 -04:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-08-30 13:06:05 -04:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2018-09-01 10:24:05 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|