fix build

This commit is contained in:
meysamhadeli 2022-11-14 02:58:15 +03:30
parent ab4f04bd4c
commit 59af966297

View File

@ -88,6 +88,7 @@
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.0.0" />
<PackageReference Include="Duende.IdentityServer.EntityFramework.Storage" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Testcontainers" Version="2.2.0" />
<PackageReference Include="Yarp.ReverseProxy" Version="1.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.22.3" />
@ -134,11 +135,4 @@
<Folder Include="EventStoreDB\BackgroundWorkers" />
</ItemGroup>
<ItemGroup>
<Reference Include="Testcontainers, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\..\.nuget\packages\testcontainers\2.2.0\lib\netstandard2.1\Testcontainers.dll</HintPath>
</Reference>
</ItemGroup>
</Project>