dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
src/Infrastructure/Infrastructure.csproj
-
src/PublicApi/PublicApi.csproj
-
src/Web/Web.csproj
-
tests/FunctionalTests/FunctionalTests.csproj
-
tests/IntegrationTests/IntegrationTests.csproj
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="6.1.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.8" /> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.23.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" /> |
|
|
|
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.8" /> |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" /> |
|
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" /> |
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" /> |
|
|
|
<PackageReference Include="Moq" Version="4.18.2" /> |
|
|
|
<PackageReference Include="xunit" Version="2.4.2" /> |
|
|
|
|