From 1a6db7f0398bedf1ed296c29c16115b45fae0877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:14:57 +0000 Subject: [PATCH] Bump Microsoft.Data.SqlClient in /RDFSharpSemanticsExample Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 1.0.19269.1 to 2.1.7. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotnet/sqlclient/compare/v1.0.19269.1...v2.1.7) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../RDFSharpSemanticsExample.csproj | 84 +++++++++++++++++-- RDFSharpSemanticsExample/packages.config | 23 ++++- 2 files changed, 97 insertions(+), 10 deletions(-) diff --git a/RDFSharpSemanticsExample/RDFSharpSemanticsExample.csproj b/RDFSharpSemanticsExample/RDFSharpSemanticsExample.csproj index 341ee33..0bf002b 100644 --- a/RDFSharpSemanticsExample/RDFSharpSemanticsExample.csproj +++ b/RDFSharpSemanticsExample/RDFSharpSemanticsExample.csproj @@ -35,11 +35,41 @@ 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 @@ -57,6 +87,10 @@ packages\RDFSharp.Semantics.2.0.0\lib\netstandard2.0\RDFSharp.Semantics.Validator.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 @@ -66,8 +100,44 @@ packages\System.Data.SqlClient.4.6.0\lib\net461\System.Data.SqlClient.dll + + 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 + @@ -98,11 +168,11 @@ - + - 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}. + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + \ No newline at end of file diff --git a/RDFSharpSemanticsExample/packages.config b/RDFSharpSemanticsExample/packages.config index a4a497a..574510f 100644 --- a/RDFSharpSemanticsExample/packages.config +++ b/RDFSharpSemanticsExample/packages.config @@ -1,11 +1,28 @@  - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file