diff --git a/RDFSharpExample/RDFSharpExample.csproj b/RDFSharpExample/RDFSharpExample.csproj index 6b1e606..6d3de84 100644 --- a/RDFSharpExample/RDFSharpExample.csproj +++ b/RDFSharpExample/RDFSharpExample.csproj @@ -35,24 +35,94 @@ 4 - - packages\Microsoft.Data.SqlClient.1.0.19269.1\lib\net46\Microsoft.Data.SqlClient.dll + + packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll + True + + + packages/Microsoft.Data.SqlClient.2.1.7/lib/net46/Microsoft.Data.SqlClient.dll + True + + + packages/Microsoft.Identity.Client.4.58.1/lib/net462/Microsoft.Identity.Client.dll + True + + + packages/Microsoft.IdentityModel.Abstractions.7.2.0/lib/net472/Microsoft.IdentityModel.Abstractions.dll + True + + + packages/Microsoft.IdentityModel.JsonWebTokens.7.2.0/lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll + True - - packages\Microsoft.Identity.Client.3.0.8\lib\net45\Microsoft.Identity.Client.dll + + packages/Microsoft.IdentityModel.Logging.7.2.0/lib/net472/Microsoft.IdentityModel.Logging.dll + True + + + packages/Microsoft.IdentityModel.Protocols.7.2.0/lib/net472/Microsoft.IdentityModel.Protocols.dll + True + + + packages/Microsoft.IdentityModel.Protocols.OpenIdConnect.7.2.0/lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll + True + + + packages/Microsoft.IdentityModel.Tokens.7.2.0/lib/net472/Microsoft.IdentityModel.Tokens.dll + True packages\RDFSharp.2.8.0\lib\netstandard2.0\RDFSharp.dll + + packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll + True + packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll True True + + packages/System.Diagnostics.DiagnosticSource.8.0.0/lib/net462/System.Diagnostics.DiagnosticSource.dll + True + + + packages/System.IdentityModel.Tokens.Jwt.7.2.0/lib/net472/System.IdentityModel.Tokens.Jwt.dll + True + + + packages/System.Memory.4.5.5/lib/net461/System.Memory.dll + True + + + packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll + True + + + packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll + True + + + packages/System.Text.Encodings.Web.8.0.0/lib/net462/System.Text.Encodings.Web.dll + True + + + packages/System.Text.Json.8.0.1/lib/net462/System.Text.Json.dll + True + + + packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll + True + + + packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll + True + @@ -82,5 +152,7 @@ Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}. + + \ No newline at end of file diff --git a/RDFSharpExample/packages.config b/RDFSharpExample/packages.config index eb36dae..30cb268 100644 --- a/RDFSharpExample/packages.config +++ b/RDFSharpExample/packages.config @@ -1,9 +1,26 @@  - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file