Skip to content

Commit d7d6380

Browse files
Update dotnet monorepo to 9.0.11 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1440d75 commit d7d6380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

smo-backend/smo-backend.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
1515
<PackageReference Include="Marvin.Cache.Headers" Version="7.2.0" />
1616
<PackageReference Include="MessagePack" Version="3.1.4" />
17-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.10" />
18-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
19-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.10" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.11" />
18+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.11" />
19+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.11" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.10" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
2626
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
2727
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
2828
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite"

0 commit comments

Comments
 (0)