cscg24-photoeditor

CSCG 2024 Challenge 'PhotoEditor'
git clone https://git.sinitax.com/sinitax/cscg24-photoeditor
Log | Files | Refs | sfeed.txt

PhotoEditor.csproj (391B)


      1<Project Sdk="Microsoft.NET.Sdk.Web">
      2
      3  <PropertyGroup>
      4    <TargetFramework>net8.0</TargetFramework>
      5    <Nullable>enable</Nullable>
      6    <ImplicitUsings>enable</ImplicitUsings>
      7  </PropertyGroup>
      8
      9  <ItemGroup>
     10    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
     11    <PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
     12  </ItemGroup>
     13
     14</Project>