You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
494 B

2 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>preview</LangVersion>
1 year ago
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2 years ago
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../gaemstone.ECS/gaemstone.ECS.csproj" />
2 years ago
</ItemGroup>
<ItemGroup>
<PackageReference Include="Silk.NET.Maths" Version="2.16.0" />
</ItemGroup>
</Project>