diff --git a/BoundingBoxesDetector/App.config b/BoundingBoxesDetector/App.config index d374149..1d25342 100644 --- a/BoundingBoxesDetector/App.config +++ b/BoundingBoxesDetector/App.config @@ -1,7 +1,7 @@ - + -
+
@@ -27,11 +27,19 @@ - + + + + + + + + + \ No newline at end of file diff --git a/BoundingBoxesDetector/BoundingBoxesDetector.csproj b/BoundingBoxesDetector/BoundingBoxesDetector.csproj index a40b39a..9789db1 100644 --- a/BoundingBoxesDetector/BoundingBoxesDetector.csproj +++ b/BoundingBoxesDetector/BoundingBoxesDetector.csproj @@ -35,11 +35,36 @@ 4 - - ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll + + ..\packages\log4net.3.3.0\lib\netstandard2.0\log4net.dll + True + + ..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.Configuration.ConfigurationManager.10.0.7\lib\netstandard2.0\System.Configuration.ConfigurationManager.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.ProtectedData.10.0.7\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + diff --git a/BoundingBoxesDetector/packages.config b/BoundingBoxesDetector/packages.config index 66f954b..ec916a8 100644 --- a/BoundingBoxesDetector/packages.config +++ b/BoundingBoxesDetector/packages.config @@ -1,5 +1,11 @@  - + + + + + + + \ No newline at end of file