Skip to content

Commit ca6d585

Browse files
Bump the nuget-dependencies group with 2 updates (#54)
Bumps System.Collections.Immutable from 9.0.10 to 10.0.5 Bumps TUnit from 1.0.39 to 1.21.6 --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: TUnit dependency-version: 1.21.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 437f7e4 commit ca6d585

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MinimalEvents/MinimalEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434

3535
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
36-
<PackageReference Include="System.Collections.Immutable" Version="9.0.10" />
36+
<PackageReference Include="System.Collections.Immutable" Version="10.0.5" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

MinimalEventsTests/MinimalEventsTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="TUnit" Version="1.0.39" />
13+
<PackageReference Include="TUnit" Version="1.21.6" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)