diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-03-26 23:52:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-03-26 23:52:34 +0000 |
commit | 61695531dd941918da95170cb3ac49cf01b85035 (patch) | |
tree | 885f62bc8b37400180b68907c222d415697619aa /download.csproj | |
parent | fc456e21c2d70854744b4e1dc816783d9820a01c (diff) |
Updates. Not working version.
Diffstat (limited to 'download.csproj')
-rw-r--r-- | download.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/download.csproj b/download.csproj index 13d8127..439e5d7 100644 --- a/download.csproj +++ b/download.csproj @@ -6,4 +6,8 @@ <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
+ <ItemGroup> + <PackageReference Include="npgsql" Version="8.0.2" /> + </ItemGroup>
+
</Project>
|