2018-09-01 17:24:05 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 22:22:43 +03:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2018-09-01 17:24:05 +03:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-08-30 20:06:05 +03:00
|
|
|
<Configurations>Debug;Release</Configurations>
|
2018-09-01 17:24:05 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-02-09 04:24:32 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="UnicornEngine.Unicorn" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-09-01 17:24:05 +03:00
|
|
|
</Project>
|