dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
4 deletions
-
src/PublicApi/PublicApi.csproj
-
src/Web/Web.csproj
-
tests/FunctionalTests/FunctionalTests.csproj
-
tests/IntegrationTests/IntegrationTests.csproj
|
|
@ -20,7 +20,7 @@ |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
|
|
@ -30,7 +30,7 @@ |
|
|
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" /> |
|
|
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" /> |
|
|
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" /> |
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" /> |
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
|
|
|
|
|
@ -20,7 +20,7 @@ |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
</PackageReference> |
|
|
</PackageReference> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" /> |
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" /> |
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" /> |
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> |
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> |
|
|
<PackageReference Include="Moq" Version="4.16.1" /> |
|
|
<PackageReference Include="Moq" Version="4.16.1" /> |
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
<PackageReference Include="xunit" Version="2.4.1" /> |
|
|
|