diff --git a/AutomapperCustom/App.config b/AutomapperCustom/App.config index 787dcbe..2d91738 100644 --- a/AutomapperCustom/App.config +++ b/AutomapperCustom/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + \ No newline at end of file diff --git a/AutomapperCustom/AutomapperCustom.csproj b/AutomapperCustom/AutomapperCustom.csproj index 66cb741..a2993ca 100644 --- a/AutomapperCustom/AutomapperCustom.csproj +++ b/AutomapperCustom/AutomapperCustom.csproj @@ -33,11 +33,92 @@ 4 - - ..\packages\AutoMapper.9.0.0\lib\net461\AutoMapper.dll + + ..\packages\AutoMapper.16.1.1\lib\net471\AutoMapper.dll + True + + + ..\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 + + ..\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 + @@ -62,4 +143,11 @@ + + + + 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/AutomapperCustom/packages.config b/AutomapperCustom/packages.config index 95baa75..3d1c84c 100644 --- a/AutomapperCustom/packages.config +++ b/AutomapperCustom/packages.config @@ -1,4 +1,25 @@  - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file