Skip to content

Commit 87cdbd7

Browse files
Bump the all group with 2 updates (#99)
Bumps MSTest from 4.2.3 to 4.3.0 Bumps System.CommandLine from 2.0.7 to 2.0.9 --- updated-dependencies: - dependency-name: MSTest dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.CommandLine dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a70a47a commit 87cdbd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cli/Apify.CLI/Apify.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="System.CommandLine" Version="2.0.7" />
25+
<PackageReference Include="System.CommandLine" Version="2.0.9" />
2626
<ProjectReference Include="../../libs/Apify/Apify.csproj" />
2727
</ItemGroup>
2828
</Project>

src/tests/IntegrationTests/Apify.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="MSTest" Version="4.2.3" />
8+
<PackageReference Include="MSTest" Version="4.3.0" />
99
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.4">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)