diff options
author | crupest <crupest@outlook.com> | 2022-12-04 19:54:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 20:32:52 +0800 |
commit | 131e40d79dff8622464de3285588945beab4e39b (patch) | |
tree | 5c15d4e4dbd19730ff6cbe242608b7adeed91de0 /docker/crupest-api/CrupestApi/CrupestApi.Commons/CrupestApi.Commons.csproj | |
parent | 476a6141b71d3def4a777ce934fec0d0bca8cd28 (diff) | |
download | crupest-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.csproj | 7 |
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 |