diff --git a/JsonToSqlInsertParser/App.config b/JsonToSqlInsertParser/App.config index fe8df24..59cea32 100644 --- a/JsonToSqlInsertParser/App.config +++ b/JsonToSqlInsertParser/App.config @@ -1,13 +1,17 @@ - + - - + + + + + + diff --git a/JsonToSqlInsertParser/JsonToSqlInsertParser.csproj b/JsonToSqlInsertParser/JsonToSqlInsertParser.csproj index ed824c7..35ef47d 100644 --- a/JsonToSqlInsertParser/JsonToSqlInsertParser.csproj +++ b/JsonToSqlInsertParser/JsonToSqlInsertParser.csproj @@ -36,9 +36,9 @@ 4 - - False - ..\packages\AutoMapper.5.2.0\lib\net45\AutoMapper.dll + + ..\packages\AutoMapper.15.1.3\lib\netstandard2.0\AutoMapper.dll + True False @@ -48,12 +48,96 @@ False ..\Marvelist.Entities\Marvelous.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll + True + + + ..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\net462\Microsoft.Bcl.TimeProvider.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Options.10.0.5\lib\net462\Microsoft.Extensions.Options.dll + True + + + ..\packages\Microsoft.Extensions.Primitives.10.0.5\lib\net462\Microsoft.Extensions.Primitives.dll + True + + + ..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\net462\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\net462\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\net462\Microsoft.IdentityModel.Logging.dll + True + + + ..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\net462\Microsoft.IdentityModel.Tokens.dll + True + False ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.IO.Pipelines.10.0.5\lib\net462\System.IO.Pipelines.dll + True + + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encodings.Web.10.0.5\lib\net462\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.10.0.5\lib\net462\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll + True + + + ..\packages\System.ValueTuple.4.6.2\lib\net47\System.ValueTuple.dll + True + diff --git a/JsonToSqlInsertParser/packages.config b/JsonToSqlInsertParser/packages.config index c35ab96..e46d932 100644 --- a/JsonToSqlInsertParser/packages.config +++ b/JsonToSqlInsertParser/packages.config @@ -1,5 +1,27 @@  - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file