Skip to content

Commit ea22fce

Browse files
authored
Merge pull request #10 from cristipufu/dependabot/nuget/Microsoft.AspNetCore.Mvc.Testing-8.0.5
Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.4 to 8.0.5
2 parents 240de08 + 8b8d7d0 commit ea22fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Nest.OData.Tests/Nest.OData.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup Condition="'$(Configuration)'=='Release_V7'">
15-
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.12" />
15+
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.5" />
1616
</ItemGroup>
1717

1818
<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
1919
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.5" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
2424
<PackageReference Include="NEST" Version="7.17.5" />
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2626
<PackageReference Include="coverlet.collector" Version="6.0.2" />

0 commit comments

Comments
 (0)