Skip to content

Commit

Permalink
Bump AoCHelper from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [AoCHelper](https://github.com/eduherminio/AoCHelper) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/eduherminio/AoCHelper/releases)
- [Commits](eduherminio/AoCHelper@v2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: AoCHelper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eduherminio committed Nov 25, 2023
1 parent 188bf88 commit 851b78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdventOfCode/AdventOfCode.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AoCHelper" Version="2.0.2" />
<PackageReference Include="AoCHelper" Version="3.0.0" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 851b78a

Please sign in to comment.