<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<Nullable>disable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<OutputType>Library</OutputType>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="OpenTK.GLControl" Version="4.0.2" />
|
<PackageReference Include="OpenTK.Input" Version="4.9.3" />
|
</ItemGroup>
|
|
</Project>
|