You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of dotNetRDF 2.0, we can start working on the upgrade task related to the dependency on dotNetRDF from 1.0.13 to 2.
There some uncompatible dependencies:
Severity Code Description Project File Line Suppression State
Error Unable to resolve dependencies. 'dotNetRDF 2.0.0-pre0007' is not compatible with 'RomanticWeb.dotNetRDF 1.0.0-rc1 constraint: dotNetRDF (> 1.0.0 && <= 1.0.3)'. 0
Error CS0012 The type 'ITripleStore' is defined in an assembly that is not referenced. You must add a reference to assembly 'dotNetRDF, Version=1.0.3.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780'. DemoDSP c:\users\documents\visual studio 2017\Projects\DemoDSP\DemoDSP\Program.cs 50 Active
The text was updated successfully, but these errors were encountered:
Are there plans to support newer dotNetRDF? I tried with 2.1, 1.0.13. Nothing is working.
I use .NET Core. contextFactory.WithDotNetRDF(dnrTripleStore);
produces error related to versions
Hello,
With the release of dotNetRDF 2.0, we can start working on the upgrade task related to the dependency on dotNetRDF from 1.0.13 to 2.
There some uncompatible dependencies:
The text was updated successfully, but these errors were encountered: