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