summaryrefslogtreecommitdiffstats
path: root/solve/Generator/Generator.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'solve/Generator/Generator.csproj')
-rw-r--r--solve/Generator/Generator.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/solve/Generator/Generator.csproj b/solve/Generator/Generator.csproj
new file mode 100644
index 0000000..af748c0
--- /dev/null
+++ b/solve/Generator/Generator.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
+ </ItemGroup>
+
+</Project>