]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - SiteTools/ParticleGen/ParticleGen.csproj
add playdate particle web generation
[gnargle.github.io.git] / SiteTools / ParticleGen / ParticleGen.csproj
diff --git a/SiteTools/ParticleGen/ParticleGen.csproj b/SiteTools/ParticleGen/ParticleGen.csproj
new file mode 100644 (file)
index 0000000..4834652
--- /dev/null
@@ -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="OpenGraph-Net" Version="4.0.1" />
+    </ItemGroup>
+
+</Project>