File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ In the project file, update each [`Microsoft.AspNetCore.*`](https://www.nuget.or
6363- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.2" />
6464- <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
6565- <PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
66- + <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.0-preview.1.24081.5 " />
67- + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-preview.1.24081.2 " />
68- + <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0-preview.1.24080.9 " />
69- + <PackageReference Include="System.Net.Http.Json" Version="9.0.0-preview.1.24080.9 " />
66+ + <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.0" />
67+ + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
68+ + <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0" />
69+ + <PackageReference Include="System.Net.Http.Json" Version="9.0.0" />
7070</ItemGroup>
7171```
7272
You can’t perform that action at this time.
0 commit comments