Skip to content

Commit 6e9beeb

Browse files
Bump the tests group across 1 directory with 5 updates
Bumps the tests group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.1` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.3` | | [OxyPlot.Core](https://github.com/oxyplot/oxyplot) | `2.0.0` | `2.2.0` | | [System.Drawing.Common](https://github.com/dotnet/winforms) | `9.0.0` | `9.0.1` | Updates `Microsoft.Data.Sqlite` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.1) Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.3) Updates `MSTest.TestFramework` from 3.6.4 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.3) Updates `OxyPlot.Core` from 2.0.0 to 2.2.0 - [Release notes](https://github.com/oxyplot/oxyplot/releases) - [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md) - [Commits](oxyplot/oxyplot@v2.0.0...v2.2.0) Updates `System.Drawing.Common` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](https://github.com/dotnet/winforms/commits/v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: OxyPlot.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df3defc commit 6e9beeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/PdfRpt.Core.FunctionalTests/PdfRpt.Core.FunctionalTests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
16-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
17-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
18-
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
19-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
16+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
17+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
18+
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" />
19+
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
2020
<PackageReference Include="EPPlus" Version="[4.5.3.3, 5)" />
21-
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
21+
<PackageReference Include="System.Drawing.Common" Version="9.0.1" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />

0 commit comments

Comments
 (0)