Merge pull request 'chore(deps): update dotnet monorepo' (#79) from renovate/dotnet-monorepo into master
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 5s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 41s
Build, Package and Push Images / sonarqube (push) Successful in 1m44s
Build, Package and Push Images / container-build (push) Successful in 1m57s
Build, Package and Push Images / container-sbom-scan (push) Successful in 38s
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 5s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 41s
Build, Package and Push Images / sonarqube (push) Successful in 1m44s
Build, Package and Push Images / container-build (push) Successful in 1m57s
Build, Package and Push Images / container-sbom-scan (push) Successful in 38s
Reviewed-on: #79
This commit is contained in:
commit
6d646db902
2 changed files with 4 additions and 4 deletions
|
@ -63,9 +63,9 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.13"/>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.13"/>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.13"/>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14"/>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.14"/>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.14"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "7.0.403",
|
||||
"version": "7.0.404",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue