2018-09-01 14:24:05 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-09 19:22:43 +00:00
|
|
|
<TargetFramework>net7.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>
|
|
|
|
|
2023-02-09 01:24:32 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="UnicornEngine.Unicorn" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-09-01 14:24:05 +00:00
|
|
|
</Project>
|