Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the nuget-dependencies group with 2 updates
Bumps System.Collections.Immutable from 9.0.10 to 10.0.1
Bumps TUnit from 1.0.39 to 1.6.5

---
updated-dependencies:
- dependency-name: System.Collections.Immutable
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-version: 1.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2025
commit fa0b852d535451ec09b409bebdc4aff29638fb2f
2 changes: 1 addition & 1 deletion MinimalEvents/MinimalEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="System.Collections.Immutable" Version="9.0.10" />
<PackageReference Include="System.Collections.Immutable" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MinimalEventsTests/MinimalEventsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="1.0.39" />
<PackageReference Include="TUnit" Version="1.6.5" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading