diff --git a/WritingExporter.SimpleExporter/App.config b/WritingExporter.SimpleExporter/App.config index 731f6de..2e2ae65 100644 --- a/WritingExporter.SimpleExporter/App.config +++ b/WritingExporter.SimpleExporter/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + \ No newline at end of file diff --git a/WritingExporter.SimpleExporter/WritingExporter.SimpleExporter.csproj b/WritingExporter.SimpleExporter/WritingExporter.SimpleExporter.csproj index e07f367..ce014d6 100644 --- a/WritingExporter.SimpleExporter/WritingExporter.SimpleExporter.csproj +++ b/WritingExporter.SimpleExporter/WritingExporter.SimpleExporter.csproj @@ -51,16 +51,41 @@ MainIcon.ico - - ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll + + ..\packages\log4net.3.3.0\lib\netstandard2.0\log4net.dll + True ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.Configuration.ConfigurationManager.10.0.5\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.5\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll + True + diff --git a/WritingExporter.SimpleExporter/packages.config b/WritingExporter.SimpleExporter/packages.config index 194e357..e11cd0b 100644 --- a/WritingExporter.SimpleExporter/packages.config +++ b/WritingExporter.SimpleExporter/packages.config @@ -1,5 +1,11 @@  - + + + + + + + \ No newline at end of file