Engine_silk.NET/Nebulix/Nebulix.csproj
Daniel 3c598d57f3
Some checks failed
Gitea Actions Demo / Scan the project (push) Failing after 5s
Updated structure and took first steps for a better architecture
2023-12-22 20:18:47 +01:00

16 lines
434 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Silk.NET.Input" Version="2.20.0" />
<PackageReference Include="Silk.NET.OpenGL" Version="2.20.0" />
</ItemGroup>
</Project>