Skip to content

Commit e6ecca2

Browse files
deps(nuget): Bump the microsoft group with 8 updates (#87)
1 parent e7bd739 commit e6ecca2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

JsonApiToolkit.Tests/JsonApiToolkit.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<ItemGroup>
1010
<PackageReference Include="coverlet.collector" Version="6.0.2" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.14" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.14" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="moq" Version="4.20.72" />
1515
<PackageReference Include="xunit" Version="2.9.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<InternalsVisibleTo Include="JsonApiToolkit.Tests"/>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.2"/>
25+
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.14"/>
2626
<PackageReference Include="Intility.Logging.AspNetCore" Version="3.0.3"/>
27-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.3.0"/>
28-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2"/>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.2"/>
30-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2"/>
27+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.3.9"/>
28+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.14"/>
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.14"/>
30+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.14"/>
3131
</ItemGroup>
3232
<ItemGroup>
3333
<None Include="README.md" Pack="true" PackagePath="\"/>

0 commit comments

Comments
 (0)