dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
src/Infrastructure/Infrastructure.csproj
-
src/PublicApi/PublicApi.csproj
-
src/Web/Web.csproj
|
|
@ -8,7 +8,7 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="5.2.0" /> |
|
|
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="5.2.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.0" /> |
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.0" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
@ -21,7 +21,7 @@ |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11"> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11"> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|
|
@ -36,7 +36,7 @@ |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11"> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11"> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|