2023-09-28 13:40:20 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-12-22 20:18:47 +01:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-09-28 13:40:20 +02:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2023-12-22 20:18:47 +01:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2023-09-28 13:40:20 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-12-22 15:14:26 +01:00
|
|
|
<PackageReference Include="Silk.NET.Input" Version="2.20.0" />
|
2023-12-22 20:18:47 +01:00
|
|
|
<PackageReference Include="Silk.NET.OpenGL" Version="2.20.0" />
|
2023-09-28 13:40:20 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|