Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent af04212 commit 159fa48
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.2.1" />
<PackageReference Include="dotNetRDF" Version="3.3.0" />
<PackageReference Include="ExpressionTreeToolkit.Core" Version="0.4.0" />
<PackageReference Include="FluentAssertions" Version="7.0.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.2.1" />
<PackageReference Include="dotNetRDF" Version="3.3.0" />
<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 159fa48

Please sign in to comment.