cscg24-photoeditor

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

Generator.csproj (340B)


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