diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2020-08-06 23:28:30 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2020-08-06 23:28:30 +0200 |
| commit | d7b5f8b7775a7c623d4bcfa7015476f835aabfa2 (patch) | |
| tree | 72c1daf1a0b66765c16217c416173310dd73c214 /src/server/Dough.csproj | |
| parent | 0cdb0b7ee3cd80ddb089344e80be2c4b46d75364 (diff) | |
| download | dough-d7b5f8b7775a7c623d4bcfa7015476f835aabfa2.tar.xz dough-d7b5f8b7775a7c623d4bcfa7015476f835aabfa2.zip | |
server: start of ids4 impl
Diffstat (limited to 'src/server/Dough.csproj')
| -rw-r--r-- | src/server/Dough.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/Dough.csproj b/src/server/Dough.csproj index 65911ed..e54ff49 100644 --- a/src/server/Dough.csproj +++ b/src/server/Dough.csproj @@ -6,9 +6,15 @@ </PropertyGroup> <ItemGroup> <PackageReference Include="BCrypt.Net-Core" Version="1.6.0" /> + <PackageReference Include="IdentityServer4" Version="4.0.4" /> + <PackageReference Include="IdentityServer4.EntityFramework" Version="4.0.4" /> + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.1.6" /> <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.2" /> <PackageReference Include="Serilog.AspNetCore" Version="3.2.0" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.6" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6" /> </ItemGroup> + <ItemGroup> + <Folder Include="AppData" /> + </ItemGroup> </Project>
\ No newline at end of file |
