Skip to content

Commit

Permalink
Update dotnet monorepo to v3.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent b60c6f4 commit 7a73e65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/GamingStore.Contracts/GamingStore.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.24" />
<PackageReference Include="Vereyon.Web.FlashMessage" Version="2.0.0" />
</ItemGroup>

Expand Down
22 changes: 11 additions & 11 deletions src/GamingStore/GamingStore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="2.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.9">
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.24" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.24">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.9">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.24">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7a73e65

Please sign in to comment.