summaryrefslogtreecommitdiff
path: root/download-admin.csproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-03-21 14:54:11 +0000
committerIan C <ianc@noddybox.co.uk>2024-03-21 14:54:11 +0000
commit9764af998a4c91196687b8d27693b935a243ab84 (patch)
treed5f4bf49be0db32f8cfc78a4d76df82be14a2060 /download-admin.csproj
Initial checkin following project regeneration to make post work
Diffstat (limited to 'download-admin.csproj')
-rw-r--r--download-admin.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/download-admin.csproj b/download-admin.csproj
new file mode 100644
index 0000000..05406d4
--- /dev/null
+++ b/download-admin.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <RootNamespace>download_admin</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="npgsql" Version="8.0.2" />
+ </ItemGroup>
+
+</Project>