Skip to content

Commit

Permalink
Bump dotNetRDF from 3.1.1 to 3.2.1 (#115)
Browse files Browse the repository at this point in the history
Bumps [dotNetRDF](https://github.com/dotnetrdf/dotnetrdf) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/dotnetrdf/dotnetrdf/releases)
- [Changelog](https://github.com/dotnetrdf/dotnetrdf/blob/main/ChangeLog.txt)
- [Commits](dotnetrdf/dotnetrdf@v3.1.1...v3.2.1)

---
updated-dependencies:
- dependency-name: dotNetRDF
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samu Lang <[email protected]>
  • Loading branch information
dependabot[bot] and langsamu authored Dec 15, 2024
1 parent 08d32d1 commit 527e57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraphEngine.Tests/GraphEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotNetRDF" Version="3.1.1" />
<PackageReference Include="dotNetRDF" Version="3.2.1" />
<PackageReference Include="ExpressionTreeToolkit.Core" Version="0.4.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down
2 changes: 1 addition & 1 deletion GraphEngine/GraphEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dotNetRDF" Version="3.1.1" />
<PackageReference Include="dotNetRDF" Version="3.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 527e57d

Please sign in to comment.