diff --git a/AgileMapper.PerformanceTester.Net461/AgileMapper.PerformanceTester.Net461.csproj b/AgileMapper.PerformanceTester.Net461/AgileMapper.PerformanceTester.Net461.csproj index 6400a6b8..73116e15 100644 --- a/AgileMapper.PerformanceTester.Net461/AgileMapper.PerformanceTester.Net461.csproj +++ b/AgileMapper.PerformanceTester.Net461/AgileMapper.PerformanceTester.Net461.csproj @@ -40,8 +40,9 @@ ..\packages\AgileObjects.ReadableExpressions.3.2.0\lib\net40\AgileObjects.ReadableExpressions.dll - - ..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll + + ..\packages\AutoMapper.16.1.1\lib\netstandard2.0\AutoMapper.dll + True ..\packages\Expressmapper.1.9.1\lib\net45\ExpressMapper.dll @@ -49,15 +50,111 @@ ..\packages\Mapster.3.3.1\lib\net45\Mapster.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\netstandard2.0\Microsoft.Bcl.HashCode.dll + True + + + ..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\netstandard2.0\Microsoft.Bcl.TimeProvider.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Options.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Options.dll + True + + + ..\packages\Microsoft.Extensions.Primitives.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll + True + + + ..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll + True + + + ..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll + True + ..\packages\ValueInjecter.3.1.3\lib\net45\Omu.ValueInjecter.dll + + ..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.IO.Pipelines.10.0.5\lib\netstandard2.0\System.IO.Pipelines.dll + True + + + ..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + True + + + ..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net461\System.Security.Cryptography.Cng.dll + True + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + + + ..\packages\System.Text.Encodings.Web.10.0.5\lib\netstandard2.0\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.10.0.5\lib\netstandard2.0\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + ..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll diff --git a/AgileMapper.PerformanceTester.Net461/App.config b/AgileMapper.PerformanceTester.Net461/App.config index 3f18c82e..d1f1874d 100644 --- a/AgileMapper.PerformanceTester.Net461/App.config +++ b/AgileMapper.PerformanceTester.Net461/App.config @@ -1,13 +1,17 @@ - + - - + + + + + + diff --git a/AgileMapper.PerformanceTester.Net461/packages.config b/AgileMapper.PerformanceTester.Net461/packages.config index c6c5d76c..fb74ca93 100644 --- a/AgileMapper.PerformanceTester.Net461/packages.config +++ b/AgileMapper.PerformanceTester.Net461/packages.config @@ -2,9 +2,35 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file