diff options
Diffstat (limited to 'solve/PhotoEditor/PhotoEditor.csproj')
| -rw-r--r-- | solve/PhotoEditor/PhotoEditor.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/solve/PhotoEditor/PhotoEditor.csproj b/solve/PhotoEditor/PhotoEditor.csproj new file mode 100644 index 0000000..ff79801 --- /dev/null +++ b/solve/PhotoEditor/PhotoEditor.csproj @@ -0,0 +1,14 @@ +<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ </PropertyGroup>
+
+ <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> + <PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" /> + </ItemGroup>
+
+</Project>
|
