Skip to content

Commit 7a1b148

Browse files
authored
Merge pull request #2998 from TechnologyEnhancedLearning/dependabot/nuget/Automatic_version_update_dependabot/Microsoft.AspNetCore.Mvc.Testing-7.0.0
Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.25 to 7.0.0
2 parents 9ac23c0 + 6405248 commit 7a1b148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalLearningSolutions.Web.AutomatedUiTests/DigitalLearningSolutions.Web.AutomatedUiTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentAssertions" Version="5.10.3" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1313
<PackageReference Include="Selenium.Axe" Version="4.0.21" />
1414
<PackageReference Include="Selenium.Support" Version="4.27.0" />

DigitalLearningSolutions.Web.IntegrationTests/DigitalLearningSolutions.Web.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="FakeItEasy" Version="7.4.0" />
1111
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" Version="3.2.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
1313
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)