Skip to content

Commit

Permalink
Merge pull request #75 from ut-issl/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dotnet monorepo
  • Loading branch information
TomokiMochizuki authored Dec 28, 2024
2 parents fced83e + 5dd2c69 commit ba1ddf4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aspnetapp/WINGS/WINGS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.32" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.32" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.32" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.32">
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.36" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.36" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.36" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.36" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.36" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.36">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Grpc.AspNetCore" Version="2.40.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Content Remove="$(SpaRoot)**" />
Expand Down

0 comments on commit ba1ddf4

Please sign in to comment.