aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-04 19:54:40 +0800
committercrupest <crupest@outlook.com>2022-12-20 20:32:52 +0800
commit131e40d79dff8622464de3285588945beab4e39b (patch)
tree5c15d4e4dbd19730ff6cbe242608b7adeed91de0 /docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj
parent476a6141b71d3def4a777ce934fec0d0bca8cd28 (diff)
downloadcrupest-131e40d79dff8622464de3285588945beab4e39b.tar.gz
crupest-131e40d79dff8622464de3285588945beab4e39b.tar.bz2
crupest-131e40d79dff8622464de3285588945beab4e39b.zip
Develop secret api. v5
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj b/docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj
index ae8ba71..8e291fa 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj
@@ -8,4 +8,9 @@
<SelfContained>false</SelfContained>
</PropertyGroup>
-</Project>
+ <ItemGroup>
+ <PackageReference Include="Dapper" Version="2.0.123" />
+ <PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.0" />
+ </ItemGroup>
+
+</Project> \ No newline at end of file