Engine_silk.NET/Nebulix/Nebulix.csproj

16 lines
434 B
XML
Raw Normal View History

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