2018-09-01 14:24:05 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-11-28 20:24:17 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2018-09-01 14:24:05 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-08-30 17:06:05 +00:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2018-09-01 14:24:05 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|