You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
577 B

5 months ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net8.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="OpenTK" Version="4.7.7" />
  10. <PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta19" />
  11. <PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
  12. <PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
  13. </ItemGroup>
  14. </Project>