2018-09-01 16:24:05 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-11-15 19:27:15 +01:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-09-01 16:24:05 +02:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-08-30 19:06:05 +02:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2018-09-01 16:24:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|