]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - RSSGen/RSSGen.csproj
fixed
[gnargle.github.io.git] / RSSGen / RSSGen.csproj
diff --git a/RSSGen/RSSGen.csproj b/RSSGen/RSSGen.csproj
new file mode 100644 (file)
index 0000000..278f221
--- /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="RssFeedGenerator" Version="1.2.1" />
+  </ItemGroup>
+
+</Project>