14 lines
343 B
XML
14 lines
343 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="OpenTK" Version="4.7.2" />
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|